Merge "Remove the simulator target from all makefiles. Bug: 5010576"
This commit is contained in:
commit
81893259c9
1 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue