Fix FrameworksServicesTests.apk to include libnativehelper.so
libnativehelper.so is no longer accessible to the app, so it must be bundled in the app. This should get ApfTest passing again. Change-Id: Ie4fe66e44d46ddb12b3c7ac5c91118a69a8ebe2e
This commit is contained in:
@@ -25,7 +25,9 @@ LOCAL_PACKAGE_NAME := FrameworksServicesTests
|
|||||||
|
|
||||||
LOCAL_CERTIFICATE := platform
|
LOCAL_CERTIFICATE := platform
|
||||||
|
|
||||||
LOCAL_JNI_SHARED_LIBRARIES := libapfjni
|
LOCAL_JNI_SHARED_LIBRARIES := \
|
||||||
|
libapfjni \
|
||||||
|
libnativehelper
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user