summaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: c42f28158b2f581fee05ed19367358e9f64f4fc9 (plain)
1
2
3
4
5
6
7
8
# Can't have both manta and non-manta libsensors.
ifneq ($(filter manta grouper tilapia, $(TARGET_DEVICE)),)
# libsensors_iio expects IIO drivers for an MPU6050+AK8963 which are only available on manta.
include $(call all-named-subdir-makefiles,libsensors_iio)
else
# libsensors expects an non-IIO MPU3050.
include $(call all-named-subdir-makefiles,mlsdk libsensors)
endif