commit | e9640ed4c9c4441b512fd17344b8ca7ab507c176 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:04 2011 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:04 2011 -0700 |
tree | 6d806c47227211fc4a65c79259803a06a3f809cc | |
parent | 2b77a5377db63d95d777a7d5aa14380dd0e71e72 [diff] |
Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I5b5fa17d53d2d013297858bb9c8b789b0297b7b7
diff --git a/Android.mk b/Android.mk index c1c351d..2053e22 100644 --- a/Android.mk +++ b/Android.mk
@@ -1,5 +1,3 @@ -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -7,5 +5,3 @@ LOCAL_MODULE := ping LOCAL_STATIC_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) - -endif # TARGET_SIMULATOR != true