am 2a52862d: Merge "Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs."

* commit '2a52862db5257edcafa137276ce3d8dc54cd443e':
  Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs.
This commit is contained in:
Ying Wang
2014-04-21 13:35:26 +00:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := DefaultContainerService LOCAL_PACKAGE_NAME := DefaultContainerService
LOCAL_REQUIRED_MODULES := libdefcontainer_jni LOCAL_JNI_SHARED_LIBRARIES := libdefcontainer_jni
LOCAL_CERTIFICATE := platform LOCAL_CERTIFICATE := platform

View File

@ -25,7 +25,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := PacProcessor LOCAL_PACKAGE_NAME := PacProcessor
LOCAL_CERTIFICATE := platform LOCAL_CERTIFICATE := platform
LOCAL_REQUIRED_MODULES := libjni_pacprocessor LOCAL_JNI_SHARED_LIBRARIES := libjni_pacprocessor
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)