commit | d76ecb966dd17d4f27bff49189d63511dbd13039 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:29 2011 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:29 2011 -0700 |
tree | 68dae5491d27a521ba27731b741720a9dd96c47e | |
parent | a1b111eb2c9175513923ddd6b480de0f04cf1ced [diff] |
Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I07d8e9d72696e70ba0ce2cef174531b8d4bdfc10
diff --git a/Android.mk b/Android.mk index 5d8d115..e05188b 100644 --- a/Android.mk +++ b/Android.mk
@@ -14,8 +14,6 @@ # limitations under the License. # -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -27,5 +25,3 @@ LOCAL_CERTIFICATE := shared include $(BUILD_PACKAGE) - -endif