commit | 0af607264e44b688d251f16ae5b380b0ea808d08 | [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 | b9389fad9cccb9435d8cafb10b24d2237d027bb6 | |
parent | 77fa24a5ef3ee3bc108d4bf3c77b7b4c7d0d5451 [diff] |
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