summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-03-03 17:15:16 -0800
committerYing Wang <wangying@google.com>2015-03-03 17:15:16 -0800
commitf5f584ee173faef40f226c6e0e8580a2ecbe079b (patch)
tree8d23b5e09e99d77f3df8fd144c0a5ea9e36b61c5 /Android.mk
parentfc0e95683e405f95d40284ce63d4c7c4f40af3f4 (diff)
downloadinvensense-f5f584ee173faef40f226c6e0e8580a2ecbe079b.tar.gz
Remove files for unsupported devices.
manta/grouper/mako are unsupported in MNC. Bug: 19548232 Change-Id: Iebe443518b53e0a9ee10f4ed4ddc31ad984b9510
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index 65c9e4f..ff26264 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,14 +2,7 @@
ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
# hammerhead expects 65xx sensors.
include $(call all-named-subdir-makefiles,65xx)
-else
-ifneq ($(filter guppy dory, $(TARGET_DEVICE)),)
+else ifneq ($(filter guppy dory, $(TARGET_DEVICE)),)
# dory and guppy expect 6515 sensors.
include $(call all-named-subdir-makefiles,6515)
-else
-ifneq ($(filter manta grouper tuna mako, $(TARGET_DEVICE)),)
-# manta, grouper, tuna, and mako expect 60xx sensors.
-include $(call all-named-subdir-makefiles,60xx)
-endif
-endif
endif