commit | f85678a55f73d1eec5fe766e8f6c9494a11cfdfe | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Tue Jul 12 12:16:17 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jul 12 12:16:17 2011 -0700 |
tree | b6de9fc439ac48d781ab843d2a2e1f9130a7efc5 | |
parent | e3512e758970275f66347d9d35e788897d597635 [diff] | |
parent | b819ff639fdfb33bd8291514d7f8ad463e480ef8 [diff] |
Merge "Remove the simulator target from all makefiles. Bug: 5010576"
diff --git a/Android.mk b/Android.mk index 980d0e2..abcca40 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) @@ -36,5 +34,3 @@ include $(BUILD_PACKAGE) include $(call all-makefiles-under,$(LOCAL_PATH)) - -endif