Merge "Remove the simulator target from all makefiles. Bug: 5010576"

This commit is contained in:
Jeff Brown 2011-07-12 12:17:00 -07:00 committed by Android (Google) Code Review
commit 81893259c9

View file

@ -1,10 +1,3 @@
BUILD_VOLD2 := false
ifneq ($(TARGET_SIMULATOR),true)
BUILD_VOLD2 := true
endif
ifeq ($(BUILD_VOLD2),true)
LOCAL_PATH:= $(call my-dir)
common_src_files := \
@ -79,5 +72,3 @@ LOCAL_CFLAGS :=
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_EXECUTABLE)
endif # ifeq ($(BUILD_VOLD,true)