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:
@@ -27,6 +27,7 @@ LOCAL_CERTIFICATE := platform
|
|||||||
|
|
||||||
LOCAL_JNI_SHARED_LIBRARIES := \
|
LOCAL_JNI_SHARED_LIBRARIES := \
|
||||||
libapfjni \
|
libapfjni \
|
||||||
|
libc++ \
|
||||||
libnativehelper
|
libnativehelper
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
||||||
|
|||||||
Reference in New Issue
Block a user