xref: /aosp_15_r20/hardware/invensense/Android.mk (revision 02424279a734a0cb64681cf11d5208a917662433)
1# Can't have both 65xx and 60xx sensors.
2ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
3# hammerhead expects 65xx sensors.
4include $(call all-named-subdir-makefiles,65xx)
5else ifneq ($(filter guppy dory, $(TARGET_DEVICE)),)
6# dory and guppy expect 6515 sensors.
7include $(call all-named-subdir-makefiles,6515)
8endif
9