From c0aca57ba5869c883bb8ce2dd1d90db86c8212f9 Mon Sep 17 00:00:00 2001 From: JP Abgrall Date: Thu, 14 Jun 2012 20:38:42 -0700 Subject: HACK: libsensors: Initial attempt at MotionApps 5.1 for MPU6050 + AKM8975 The code in this patch still needs work. But checking it in will allow other parts of the sensor stack to have something to work with. 1. Have sensor HAL for IIO driver, which uses MPU6050 + AKM8975 (on 2nd bus). 2. Include MPL binaries (libmllite.so/libmplmpu.so). 3. Include necessary header files. 4. remove light sensor dependency. 5. add missing include file. 6. modify the module name into "manta". 7. remove mlsdk directory. 8. Fix some known issues. 9. Sync up to June.12. 10. Tweak slightly so that it can be used with other sensors on manta. Change-Id: Ibabcef6efe279724ad5d6f7640d66f99c59feaaf Signed-off-by: Mars Lee --- Android.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 Android.mk (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..5053e7d --- /dev/null +++ b/Android.mk @@ -0,0 +1 @@ +include $(call all-subdir-makefiles) -- cgit v1.2.3