Fix FrameworksServicesTests.apk to include libc++.so

libc++.so is no longer accessible to the app, so it must be
bundled in the app. This should get ApfTest passing again.

Change-Id: Ide004cb84f7f50feffb8f5acb46b7001dcffd208
This commit is contained in:
Paul Jensen
2016-02-07 21:55:45 -05:00
parent 6c4aac0bde
commit 5f3dec374f

View File

@@ -27,6 +27,7 @@ LOCAL_CERTIFICATE := platform
LOCAL_JNI_SHARED_LIBRARIES := \
libapfjni \
libc++ \
libnativehelper
include $(BUILD_PACKAGE)