Loading cmds/rawbu/backup.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <utime.h> #include <sys/stat.h> #include <sys/types.h> #include <stdint.h> #include <cutils/properties.h> Loading core/jni/android_util_AssetManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1296,7 +1296,7 @@ static jint android_content_AssetManager_getArraySize(JNIEnv* env, jobject clazz { AssetManager* am = assetManagerForJavaObject(env, clazz); if (am == NULL) { return NULL; return 0; } const ResTable& res(am->getResources()); Loading Loading
cmds/rawbu/backup.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <utime.h> #include <sys/stat.h> #include <sys/types.h> #include <stdint.h> #include <cutils/properties.h> Loading
core/jni/android_util_AssetManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1296,7 +1296,7 @@ static jint android_content_AssetManager_getArraySize(JNIEnv* env, jobject clazz { AssetManager* am = assetManagerForJavaObject(env, clazz); if (am == NULL) { return NULL; return 0; } const ResTable& res(am->getResources()); Loading