Remove the simulator target from all makefiles.

Bug: 5010576

Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
This commit is contained in:
Jeff Brown
2011-07-11 22:11:46 -07:00
parent 18a298e7bc
commit e33ba4c49e
18 changed files with 46 additions and 288 deletions

View File

@@ -1,29 +0,0 @@
# config.mk
#
# Product-specific compile-time definitions.
#
# Don't try compressing the shared libraries used by the simulator. The host
# OS won't know what to do with them, and they may not even be ELF files.
#
# These definitions override the defaults in config/config.make.
TARGET_COMPRESS_MODULE_SYMBOLS := false
# Don't try to build a bootloader.
TARGET_NO_BOOTLOADER := true
# Don't bother with a kernel
TARGET_NO_KERNEL := true
# The simulator does not support native code at all
TARGET_CPU_ABI := none
# But it is very likely SMP.
TARGET_CPU_SMP := true
#the simulator partially emulates the original HTC /dev/eac audio interface
HAVE_HTC_AUDIO_DRIVER := true
BOARD_USES_GENERIC_AUDIO := true
# no hardware camera
USE_CAMERA_STUB := true

View File

@@ -41,6 +41,5 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/vbox_x86.mk \
$(LOCAL_DIR)/sdk.mk \
$(LOCAL_DIR)/sdk_x86.mk \
$(LOCAL_DIR)/sim.mk \
$(LOCAL_DIR)/large_emu_hw.mk
endif

View File

@@ -1,6 +0,0 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)
# Overrides
PRODUCT_NAME := sim
PRODUCT_DEVICE := sim