summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index a7f04b2..802eeb1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -3,8 +3,8 @@ ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
# hammerhead expects 65xx sensors.
include $(call all-named-subdir-makefiles,65xx)
else
-ifneq ($(filter guppy dory platina, $(TARGET_DEVICE)),)
-# dory, guppy, and platina expect 6515 sensors.
+ifneq ($(filter guppy dory, $(TARGET_DEVICE)),)
+# dory and guppy expect 6515 sensors.
include $(call all-named-subdir-makefiles,6515)
else
# manta expects 60xx sensors.