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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user