Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
This commit is contained in:
parent
266a7d6223
commit
37ba34b487
2 changed files with 0 additions and 8 deletions
|
|
@ -103,17 +103,14 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
liblog \
|
||||
libcutils
|
||||
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
|
||||
# This is needed on x86 to bring in dl_iterate_phdr for CallStack.cpp
|
||||
LOCAL_SHARED_LIBRARIES += libdl
|
||||
endif # linux-x86
|
||||
endif # sim
|
||||
|
||||
LOCAL_MODULE:= libutils
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
ifeq ($(TARGET_OS),linux)
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_C_INCLUDES += external/zlib external/icu4c/common
|
||||
|
|
@ -122,7 +119,6 @@ LOCAL_MODULE := libutils
|
|||
LOCAL_SRC_FILES := $(commonSources) BackupData.cpp BackupHelpers.cpp
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
# Include subdirectory makefiles
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
|
||||
# Build the unit tests.
|
||||
test_src_files := \
|
||||
BlobCache_test.cpp \
|
||||
|
|
@ -43,5 +41,3 @@ $(foreach file,$(test_src_files), \
|
|||
$(eval LOCAL_MODULE_TAGS := $(module_tags)) \
|
||||
$(eval include $(BUILD_EXECUTABLE)) \
|
||||
)
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue