Skip to content

Commit

Permalink
Remove the simulator target from all makefiles.
Browse files Browse the repository at this point in the history
Bug: 5010576

Change-Id: I78208d4198e81882686c2bb85fd401aa7991bfdf
  • Loading branch information
Jeff Brown committed Jul 12, 2011
1 parent d4f1118 commit 82aaae2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ifneq ($(TARGET_SIMULATOR),true)

LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
Expand All @@ -8,5 +6,3 @@ LOCAL_MODULE := ping6
LOCAL_MODULE_TAGS := eng
LOCAL_STATIC_LIBRARIES := libcutils libc
include $(BUILD_EXECUTABLE)

endif # TARGET_SIMULATOR != true

0 comments on commit 82aaae2

Please sign in to comment.