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

This commit is contained in:
Jeff Brown
2011-07-12 12:11:36 -07:00
committed by Android (Google) Code Review
18 changed files with 46 additions and 288 deletions

View File

@@ -15,8 +15,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SRC_FILES := check_prereq.c
LOCAL_MODULE := check_prereq
LOCAL_FORCE_STATIC_EXECUTABLE := true
@@ -25,6 +23,3 @@ LOCAL_C_INCLUDES +=
LOCAL_STATIC_LIBRARIES += libcutils libc
include $(BUILD_EXECUTABLE)
endif # !TARGET_SIMULATOR

View File

@@ -15,13 +15,9 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SRC_FILES := fs_config.c
LOCAL_MODULE := fs_config
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_MODULE_TAGS := eng
include $(BUILD_HOST_EXECUTABLE)
endif # !TARGET_SIMULATOR