Open cheanc opened 4 years ago
Try this out
--- a/vendor/opengapps/build/modules/MarkupGoogle/Android.mk 2020-05-23 22:10:11.902660834 -0400 +++ b/vendor/opengapps/build/modules/MarkupGoogle/Android.mk 2020-05-23 22:15:58.596491989 -0400 @@ -10,4 +10,5 @@ include $(CLEAR_VARS) include $(GAPPS_CLEAR_VARS) LOCAL_MODULE := libsketchology_native +LOCAL_CHECK_ELF_FILES := false include $(BUILD_GAPPS_PREBUILT_SHARED_LIBRARY)
I tried to build the micro opengapps on a Pixel 2 with Android 10 AOSP and got this build error
Not sure which Android.bp or Android.mk I need to modify. Tried multiple ones and it still failed.