Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44278472 authored by Paul Jensen's avatar Paul Jensen Committed by android-build-merger
Browse files

Fix FrameworksServicesTests.apk to include libnativehelper.so

am: 514a3bfd

* commit '514a3bfd':
  Fix FrameworksServicesTests.apk to include libnativehelper.so
parents c9088c5d 514a3bfd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@ LOCAL_PACKAGE_NAME := FrameworksServicesTests

LOCAL_CERTIFICATE := platform

LOCAL_JNI_SHARED_LIBRARIES := libapfjni
LOCAL_JNI_SHARED_LIBRARIES := \
    libapfjni \
    libnativehelper

include $(BUILD_PACKAGE)