api-impl: more stubs to make OsmAnd launch

with latest bionic_translation, OsmAnd doesn't crash in native code
This commit is contained in:
Mis012
2024-04-14 15:15:37 +02:00
parent 62f91e8d3e
commit e1abceee85
3 changed files with 4 additions and 12 deletions

View File

@@ -195,14 +195,6 @@ JNIEXPORT jobject JNICALL Java_android_graphics_Bitmap_nativeExtractAlpha
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativePrepareToDraw
(JNIEnv *, jclass, jint);
/*
* Class: android_graphics_Bitmap
* Method: nativeHasAlpha
* Signature: (I)Z
*/
JNIEXPORT jboolean JNICALL Java_android_graphics_Bitmap_nativeHasAlpha
(JNIEnv *, jclass, jint);
/*
* Class: android_graphics_Bitmap
* Method: nativeSetAlphaAndPremultiplied