summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2015-07-02 17:51:16 +0900
committerSeigo Nonaka <nona@google.com>2015-07-02 17:58:29 +0900
commitedbeacc56239c8e261b4d4a7ab78a89805acd90a (patch)
tree4c2711d3e1bc4cb58dd0ababf19478e6bfd843d7 /cmds
parent22233b51c3c3e678571dbe5e6d1035b7e1440408 (diff)
downloadframeworks_base-edbeacc56239c8e261b4d4a7ab78a89805acd90a.zip
frameworks_base-edbeacc56239c8e261b4d4a7ab78a89805acd90a.tar.gz
frameworks_base-edbeacc56239c8e261b4d4a7ab78a89805acd90a.tar.bz2
Add libhidcommand_jni.so to required module.
To install libhidcommand_jni.so and hid command at the same time, set libhidcommand_jni as a required module of hid command. Bug: 22131060 Change-Id: I73ad1954eb73896425362a63fab0e63a61b9c0a0
Diffstat (limited to 'cmds')
-rw-r--r--cmds/hid/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/hid/Android.mk b/cmds/hid/Android.mk
index ff3691d..574834d 100644
--- a/cmds/hid/Android.mk
+++ b/cmds/hid/Android.mk
@@ -6,6 +6,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_MODULE := hid
LOCAL_JNI_SHARED_LIBRARIES := libhidcommand_jni
+LOCAL_REQUIRED_MODULES := libhidcommand_jni
include $(BUILD_JAVA_LIBRARY)
include $(CLEAR_VARS)