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
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 @@
 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)