This should fix the Android 6 issue when loading shared libs (bsed hack)

This commit is contained in:
Sylvain Berfini 2015-11-09 16:58:54 +01:00
parent b5f63eb814
commit 2e56ba2aa1

View file

@ -283,6 +283,7 @@ include $(BUILD_SHARED_LIBRARY)
LOCAL_CPPFLAGS=$(LOCAL_CFLAGS)
LOCAL_CFLAGS += -Wdeclaration-after-statement
LOCAL_LDFLAGS := -Wl,-soname,$(LOCAL_MODULE_FILENAME).so
$(call import-module,android/cpufeatures)