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

Commit 34e48955 authored by Kenny Root's avatar Kenny Root
Browse files

DefaultContainerService's JNI library is required

Change from LOCAL_JNI_SHARED_LIBRARIES to LOCAL_REQUIRED_MODULES to make
sure the JNI library is built and included when DefaultContainerService
is built.

Change-Id: I322c72415237c2b70bff345d50e2a9e4f2e6d988
parent 475593e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := DefaultContainerService

LOCAL_JNI_SHARED_LIBRARIES := libdefcontainer_jni
LOCAL_REQUIRED_MODULES := libdefcontainer_jni

LOCAL_CERTIFICATE := platform