Loading cmds/keystore/Android.mk +4 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ # limitations under the License. # ifneq ($(TARGET_SIMULATOR),true) LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) Loading @@ -30,3 +32,5 @@ LOCAL_SHARED_LIBRARIES := libcutils libcrypto LOCAL_MODULE:= keystore_cli LOCAL_MODULE_TAGS := debug include $(BUILD_EXECUTABLE) endif Loading
cmds/keystore/Android.mk +4 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ # limitations under the License. # ifneq ($(TARGET_SIMULATOR),true) LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) Loading @@ -30,3 +32,5 @@ LOCAL_SHARED_LIBRARIES := libcutils libcrypto LOCAL_MODULE:= keystore_cli LOCAL_MODULE_TAGS := debug include $(BUILD_EXECUTABLE) endif