commit | c5dbc5e98ab8342d04f85c051c545c0980f5d98b | [log] [tgz] |
---|---|---|
author | Chia-chi Yeh <chiachi@android.com> | Tue Sep 22 00:43:13 2009 +0800 |
committer | Chia-chi Yeh <chiachi@android.com> | Tue Sep 22 00:43:13 2009 +0800 |
tree | fd7de16d7a728837eb2bb931f755f7c2e71381c7 | |
parent | 15b047cfb2146e37c76df303b4a5720009ec0aed [diff] [blame] |
keystore: exclude builds for simulator.
diff --git a/cmds/keystore/Android.mk b/cmds/keystore/Android.mk index 1b1bebd..15a199f 100644 --- a/cmds/keystore/Android.mk +++ b/cmds/keystore/Android.mk
@@ -14,6 +14,8 @@ # limitations under the License. # +ifneq ($(TARGET_SIMULATOR),true) + LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -30,3 +32,5 @@ LOCAL_MODULE:= keystore_cli LOCAL_MODULE_TAGS := debug include $(BUILD_EXECUTABLE) + +endif