Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 21-Oct-2016 | 7.1K | |
CompassSensor.AKM.cpp | 21-Oct-2016 | 5.8K | |
CompassSensor.AKM.h | 21-Oct-2016 | 2.9K | |
CompassSensor.IIO.9150.cpp | 21-Oct-2016 | 13.5K | |
CompassSensor.IIO.9150.h | 21-Oct-2016 | 2.8K | |
CompassSensor.IIO.primary.cpp | 21-Oct-2016 | 18.3K | |
CompassSensor.IIO.primary.h | 21-Oct-2016 | 3.1K | |
InputEventReader.cpp | 21-Oct-2016 | 3.4K | |
InputEventReader.h | 21-Oct-2016 | 1.4K | |
libmllite.so | 21-Oct-2016 | 119.2K | |
libmplmpu.so | 21-Oct-2016 | 207.8K | |
License.txt | 21-Oct-2016 | 11.9K | |
MPLSensor.cpp | 21-Oct-2016 | 240.8K | |
MPLSensor.h | 21-Oct-2016 | 19.5K | |
MPLSupport.cpp | 21-Oct-2016 | 9.9K | |
MPLSupport.h | 21-Oct-2016 | 1.6K | |
PressureSensor.IIO.secondary.cpp | 21-Oct-2016 | 5.4K | |
PressureSensor.IIO.secondary.h | 21-Oct-2016 | 2K | |
README_L_arm64 | 21-Oct-2016 | 642 | |
sensor_params.h | 21-Oct-2016 | 10K | |
SensorBase.cpp | 21-Oct-2016 | 5K | |
SensorBase.h | 21-Oct-2016 | 3.5K | |
sensors.h | 21-Oct-2016 | 15.8K | |
sensors_mpl.cpp | 21-Oct-2016 | 15K | |
software/ | 21-Oct-2016 |
1 For building Invensense HAL for Android L Arm 64bit 2 =================================================== 3 $ cd $android_L_root 4 $ . build/envsetup.sh 5 $ lunch aosp_flounder-userdebug (or any arm64 target) 6 7 $ -> copy Invensense HAL libsensor folder to $android_L_root/hardware/invensense/65xx/ 8 $ -> modifiy the makefile $android_L_root/hardware/invensense/Android.mk to include htc/nvidia flounder target 9 10 $ make libinvensense_hal 11 $ make sensors.flounder 12 13 $ adb push $OUT/system/lib/libmllite.so /system/lib/ 14 $ adb push $OUT/system/lib/libinvensense_hal.so /system/lib/ 15 $ adb push $OUT/system/lib/hw/sensors.flounder.so /system/lib/hw/ 16 17