diff options
| author | 2015-07-08 03:25:29 +0000 | |
|---|---|---|
| committer | 2015-07-08 03:25:33 +0000 | |
| commit | 9d3cd8484e9ec70aef2ca8d4d33ea2943c7b67ea (patch) | |
| tree | b09527c1743d93ec12ae3e2adca9b4b9d62446b9 | |
| parent | 9a8db29397694d139905e690346f56711a16dce9 (diff) | |
| parent | edbeacc56239c8e261b4d4a7ab78a89805acd90a (diff) | |
Merge "Add libhidcommand_jni.so to required module." into mnc-dev
| -rw-r--r-- | cmds/hid/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/hid/Android.mk b/cmds/hid/Android.mk index ff3691dd51bd..574834dea31d 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) |