summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiyann <jaraidaniel@gmail.com>2014-11-18 13:36:06 +0100
committerDániel Járai <jaraidaniel@gmail.com>2014-11-18 20:22:46 +0000
commitd05408a6357935a329e50726e47b56948df6d853 (patch)
treede4c91710836b3871deb1151c4f2a2144a797932
parent670dfdf96e62446e763f60c7c315fd7e25461242 (diff)
downloadandroid_hardware_invensense-stable/cm-12.0-YNG3C.tar.gz
android_hardware_invensense-stable/cm-12.0-YNG3C.tar.bz2
android_hardware_invensense-stable/cm-12.0-YNG3C.zip
Commit 424ca7d41df7b1ea0df51c90d6cb84ef5800ef80 made building invensense sensors opt-in. Since the Galaxy Nexus uses the variant names (maguro, toro, toroplus) instead of tuna, this commit is needed to be able to build sensors. Change-Id: Ia2d554f70af319fb350bfa2915cc43eac224837a
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 65c9e4f..7232f84 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,7 +7,7 @@ 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)),)
+ifneq ($(filter manta grouper tuna maguro toro toroplus mako, $(TARGET_DEVICE)),)
# manta, grouper, tuna, and mako expect 60xx sensors.
include $(call all-named-subdir-makefiles,60xx)
endif