summaryrefslogtreecommitdiff
path: root/Android.mk
blob: 8c8e86dd9e3b0aad2382b3f3f53ca4c1aeb2db19 (plain)
1
2
3
4
5
6
7
8
# Can't have both 65xx and 60xx sensors.
ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
# hammerhead expects 65xx sensors.
include $(call all-named-subdir-makefiles,65xx)
else
# manta expects 60xx sensors.
include $(call all-named-subdir-makefiles,60xx)
endif