Remove simulator conditionals.

Simulator is gone.

Change-Id: Ia4454bde6d16666830b553ec42e5c19359505103
This commit is contained in:
Ying Wang
2011-07-13 10:34:21 -07:00
parent 63a8370e53
commit 6a42c746e5
3 changed files with 0 additions and 8 deletions

View File

@@ -22,7 +22,6 @@ BUILD_EMULATOR_GPS_MODULE := true
LOCAL_PATH := $(call my-dir)
ifneq ($(TARGET_PRODUCT),sim)
# HAL module implemenation stored in
# hw/<GPS_HARDWARE_MODULE_ID>.<ro.hardware>.so
include $(CLEAR_VARS)
@@ -38,6 +37,5 @@ LOCAL_MODULE := gps.goldfish
endif
LOCAL_MODULE_TAGS := debug
include $(BUILD_SHARED_LIBRARY)
endif
endif # BUILD_EMULATOR_GPS_MODULE

View File

@@ -14,7 +14,6 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(TARGET_PRODUCT),sim)
# HAL module implemenation, not prelinked and stored in
# hw/<LIGHTS_HARDWARE_MODULE_ID>.<ro.hardware>.so
include $(CLEAR_VARS)
@@ -26,4 +25,3 @@ LOCAL_MODULE := lights.goldfish
LOCAL_MODULE_TAGS := debug
LOCAL_CFLAGS += -DLIGHT_BACKLIGHT
include $(BUILD_SHARED_LIBRARY)
endif

View File

@@ -25,8 +25,6 @@ BUILD_EMULATOR_QEMU_PROPS := true
LOCAL_PATH := $(call my-dir)
ifneq ($(TARGET_PRODUCT),sim)
# The 'qemu-props' program is run from /system/etc/init.goldfish.rc
# to setup various system properties sent by the emulator program.
#
@@ -39,6 +37,4 @@ LOCAL_SHARED_LIBRARIES := libcutils
LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)
endif # TARGET_PRODUCT != sim
endif # BUILD_EMULATOR_QEMU_PROPS