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:
Paul Jensen
2016-02-04 09:11:40 -05:00
parent 7a504417f2
commit 514a3bfde6

View File

@ -25,7 +25,9 @@ LOCAL_PACKAGE_NAME := FrameworksServicesTests
LOCAL_CERTIFICATE := platform
LOCAL_JNI_SHARED_LIBRARIES := libapfjni
LOCAL_JNI_SHARED_LIBRARIES := \
libapfjni \
libnativehelper
include $(BUILD_PACKAGE)