From 5f3dec374fac97365ec95ec407a1cffc2c3907c9 Mon Sep 17 00:00:00 2001 From: Paul Jensen Date: Sun, 7 Feb 2016 21:55:45 -0500 Subject: [PATCH] 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 --- services/tests/servicestests/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/services/tests/servicestests/Android.mk b/services/tests/servicestests/Android.mk index 14d8b300db2a5..1ef7656f4f6de 100644 --- a/services/tests/servicestests/Android.mk +++ b/services/tests/servicestests/Android.mk @@ -27,6 +27,7 @@ LOCAL_CERTIFICATE := platform LOCAL_JNI_SHARED_LIBRARIES := \ libapfjni \ + libc++ \ libnativehelper include $(BUILD_PACKAGE)