summaryrefslogtreecommitdiffstats
path: root/cmds/keystore/Android.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:16 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:16 -0700
commitbaa44b89ec159fd65230cbb8ebab62d63a513b0b (patch)
tree644c9bc6ebe2b1a545a2934ce268640d8673cb0f /cmds/keystore/Android.mk
parent919b1a8495fb413a7e25f08bca59533146829ee4 (diff)
downloadframeworks_native-baa44b89ec159fd65230cbb8ebab62d63a513b0b.zip
frameworks_native-baa44b89ec159fd65230cbb8ebab62d63a513b0b.tar.gz
frameworks_native-baa44b89ec159fd65230cbb8ebab62d63a513b0b.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
Diffstat (limited to 'cmds/keystore/Android.mk')
-rw-r--r--cmds/keystore/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/keystore/Android.mk b/cmds/keystore/Android.mk
index 67dd9f8..5a9b979 100644
--- a/cmds/keystore/Android.mk
+++ b/cmds/keystore/Android.mk
@@ -14,8 +14,6 @@
# limitations under the License.
#
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -32,5 +30,3 @@ LOCAL_SHARED_LIBRARIES := libcutils libcrypto
LOCAL_MODULE:= keystore_cli
LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)
-
-endif