Index: content/public/android/java/templates/NativeLibraries.template |
diff --git a/content/public/android/java/templates/NativeLibraries.template b/content/public/android/java/templates/NativeLibraries.template |
index b6d0dac3f1dd52e4de49f781f1555fc367f82f27..65f0c30e76a419a1476507fce4f8c6c8f9ad7d66 100644 |
--- a/content/public/android/java/templates/NativeLibraries.template |
+++ b/content/public/android/java/templates/NativeLibraries.template |
@@ -63,4 +63,10 @@ public class NativeLibraries { |
public static String[] libraries |
#include <native_libraries_array.h> |
; |
+ // This is the expected version of the 'main' native library, which is the one that |
+ // implements the initial set of content JNI functions including |
+ // content::nativeGetVersionName() |
+ static String VersionName |
+#include <native_libraries_version.h> |
+ ; |
} |