summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorNick Vaccaro <nvaccaro@google.com>2013-11-22 14:43:51 -0800
committerNick Vaccaro <nvaccaro@google.com>2013-11-22 14:46:17 -0800
commit037387ec980d1861990caefc8ce7aba8fae7fd0e (patch)
tree6a407070bbce8b15ad03ec94e32d8b46132067fc /Android.mk
parent85d9fa9360fa8ed96af4d34b4d63a910fe37f5c5 (diff)
downloadinvensense-037387ec980d1861990caefc8ce7aba8fae7fd0e.tar.gz
Use 65xx Invensense HAL on dory.
Dory uses an Invensense MPU9250 which requires a 65xx HAL. Change-Id: I886b1e35fc12d78ddcd1721c261cff151e375396 Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5635d67..fc8cace 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,5 @@
# Can't have both 65xx and 60xx sensors.
-ifneq ($(filter guppy guppypdk hammerhead, $(TARGET_DEVICE)),)
+ifneq ($(filter dory guppy guppypdk hammerhead, $(TARGET_DEVICE)),)
# hammerhead expects 65xx sensors.
include $(call all-named-subdir-makefiles,65xx)
else