commit | 82aaae2089b39522da2d4f93a996d78930ec3382 | [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 | 39579d2f73938d40ac17cf5feaff31df1b289ae4 | |
parent | d4f1118e37075ceb3f2d7bf8885b177399234922 [diff] |
Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I78208d4198e81882686c2bb85fd401aa7991bfdf
diff --git a/Android.mk b/Android.mk index fae2721..ba162f6 100644 --- a/Android.mk +++ b/Android.mk
@@ -1,5 +1,3 @@ -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -8,5 +6,3 @@ LOCAL_MODULE_TAGS := eng LOCAL_STATIC_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) - -endif # TARGET_SIMULATOR != true