Remove simulator conditionals.
Simulator is gone. Change-Id: Ia4454bde6d16666830b553ec42e5c19359505103
This commit is contained in:
@@ -22,7 +22,6 @@ BUILD_EMULATOR_GPS_MODULE := true
|
|||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifneq ($(TARGET_PRODUCT),sim)
|
|
||||||
# HAL module implemenation stored in
|
# HAL module implemenation stored in
|
||||||
# hw/<GPS_HARDWARE_MODULE_ID>.<ro.hardware>.so
|
# hw/<GPS_HARDWARE_MODULE_ID>.<ro.hardware>.so
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
@@ -38,6 +37,5 @@ LOCAL_MODULE := gps.goldfish
|
|||||||
endif
|
endif
|
||||||
LOCAL_MODULE_TAGS := debug
|
LOCAL_MODULE_TAGS := debug
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
endif
|
|
||||||
|
|
||||||
endif # BUILD_EMULATOR_GPS_MODULE
|
endif # BUILD_EMULATOR_GPS_MODULE
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifneq ($(TARGET_PRODUCT),sim)
|
|
||||||
# HAL module implemenation, not prelinked and stored in
|
# HAL module implemenation, not prelinked and stored in
|
||||||
# hw/<LIGHTS_HARDWARE_MODULE_ID>.<ro.hardware>.so
|
# hw/<LIGHTS_HARDWARE_MODULE_ID>.<ro.hardware>.so
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
@@ -26,4 +25,3 @@ LOCAL_MODULE := lights.goldfish
|
|||||||
LOCAL_MODULE_TAGS := debug
|
LOCAL_MODULE_TAGS := debug
|
||||||
LOCAL_CFLAGS += -DLIGHT_BACKLIGHT
|
LOCAL_CFLAGS += -DLIGHT_BACKLIGHT
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
endif
|
|
||||||
|
|||||||
@@ -25,8 +25,6 @@ BUILD_EMULATOR_QEMU_PROPS := true
|
|||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifneq ($(TARGET_PRODUCT),sim)
|
|
||||||
|
|
||||||
# The 'qemu-props' program is run from /system/etc/init.goldfish.rc
|
# The 'qemu-props' program is run from /system/etc/init.goldfish.rc
|
||||||
# to setup various system properties sent by the emulator program.
|
# to setup various system properties sent by the emulator program.
|
||||||
#
|
#
|
||||||
@@ -39,6 +37,4 @@ LOCAL_SHARED_LIBRARIES := libcutils
|
|||||||
LOCAL_MODULE_TAGS := debug
|
LOCAL_MODULE_TAGS := debug
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
endif # TARGET_PRODUCT != sim
|
|
||||||
|
|
||||||
endif # BUILD_EMULATOR_QEMU_PROPS
|
endif # BUILD_EMULATOR_QEMU_PROPS
|
||||||
|
|||||||
Reference in New Issue
Block a user