Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs.
Browse files Browse the repository at this point in the history
Change-Id: Ibef01983891377b859d28cff801f48ef5d8eabb2
  • Loading branch information
Ying Wang committed Apr 18, 2014
1 parent 90840ec commit 38250d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/DefaultContainerService/Android.mk
Expand Up @@ -7,7 +7,7 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := DefaultContainerService

LOCAL_REQUIRED_MODULES := libdefcontainer_jni
LOCAL_JNI_SHARED_LIBRARIES := libdefcontainer_jni

LOCAL_CERTIFICATE := platform

Expand Down
2 changes: 1 addition & 1 deletion packages/services/PacProcessor/Android.mk
Expand Up @@ -25,7 +25,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := PacProcessor
LOCAL_CERTIFICATE := platform

LOCAL_REQUIRED_MODULES := libjni_pacprocessor
LOCAL_JNI_SHARED_LIBRARIES := libjni_pacprocessor

include $(BUILD_PACKAGE)

Expand Down

0 comments on commit 38250d9

Please sign in to comment.