Merge "Frameworks/base: Fix AssetManager JNI"

This commit is contained in:
Adam Lesinski
2014-11-11 19:35:28 +00:00
committed by Gerrit Code Review

View File

@@ -2084,7 +2084,7 @@ static JNINativeMethod gAssetManagerMethods[] = {
{ "getAssetAllocations", "()Ljava/lang/String;",
(void*) android_content_AssetManager_getAssetAllocations },
{ "getGlobalAssetManagerCount", "()I",
(void*) android_content_AssetManager_getGlobalAssetCount },
(void*) android_content_AssetManager_getGlobalAssetManagerCount },
};
int register_android_content_AssetManager(JNIEnv* env)