summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 65c9e4f..e58eb83 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,5 @@
# Can't have both 65xx and 60xx sensors.
+ifneq ($(strip $(USE_DEVICE_SPECIFIC_SENSORS)),true)
ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
# hammerhead expects 65xx sensors.
include $(call all-named-subdir-makefiles,65xx)
@@ -13,3 +14,4 @@ include $(call all-named-subdir-makefiles,60xx)
endif
endif
endif
+endif