summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
-rw-r--r--libaudio/Android.mk6
-rw-r--r--libsensors/Android.mk5
3 files changed, 1 insertions, 12 deletions
diff --git a/Android.mk b/Android.mk
index 1020702..8f1acc5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,4 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(TARGET_SIMULATOR),true)
include $(call all-makefiles-under,$(LOCAL_PATH))
-endif
diff --git a/libaudio/Android.mk b/libaudio/Android.mk
index 9ab312b..b1494ed 100644
--- a/libaudio/Android.mk
+++ b/libaudio/Android.mk
@@ -14,11 +14,7 @@ LOCAL_SHARED_LIBRARIES:= \
LOCAL_WHOLE_STATIC_LIBRARIES := libaudiohw_legacy
LOCAL_MODULE_TAGS := optional
-ifeq ($(TARGET_SIMULATOR),true)
- LOCAL_LDLIBS += -ldl
-else
- LOCAL_SHARED_LIBRARIES += libdl
-endif
+LOCAL_SHARED_LIBRARIES += libdl
LOCAL_C_INCLUDES += $(call include-path-for, speex)
LOCAL_C_INCLUDES += external/tinyalsa/include
diff --git a/libsensors/Android.mk b/libsensors/Android.mk
index 09d0336..b451d4a 100644
--- a/libsensors/Android.mk
+++ b/libsensors/Android.mk
@@ -15,8 +15,6 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(TARGET_SIMULATOR),true)
-
# HAL module implemenation stored in
# hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
include $(CLEAR_VARS)
@@ -39,7 +37,4 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
-
include $(BUILD_SHARED_LIBRARY)
-
-endif # !TARGET_SIMULATOR