commit | b819ff639fdfb33bd8291514d7f8ad463e480ef8 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:27 2011 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:12:27 2011 -0700 |
tree | 28aa4bfbe8b0cf00a4503fb753a7f51e0e30cede | |
parent | 53b7a64e71b75faf37589cd772dd7ba772925724 [diff] |
Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: Ibce8754b39a9ae6f8f192eefa712c45f0b0059be
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