Fix FrameworksServicesTests.apk to include libc++.so

am: 5f3dec374f

* commit '5f3dec374fac97365ec95ec407a1cffc2c3907c9':
  Fix FrameworksServicesTests.apk to include libc++.so
This commit is contained in:
Paul Jensen
2016-02-08 11:41:25 +00:00
committed by android-build-merger

View File

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