• Home
  • History
  • Annotate
  • only in /hardware/invensense/6515/libsensors_iio/
NameDateSize

..10-Aug-20184 KiB

Android.mk10-Aug-20187.1 KiB

CompassSensor.AKM.cpp10-Aug-20185.8 KiB

CompassSensor.AKM.h10-Aug-20182.9 KiB

CompassSensor.IIO.9150.cpp10-Aug-201813.5 KiB

CompassSensor.IIO.9150.h10-Aug-20182.8 KiB

CompassSensor.IIO.primary.cpp10-Aug-201818.3 KiB

CompassSensor.IIO.primary.h10-Aug-20183.1 KiB

InputEventReader.cpp10-Aug-20183.4 KiB

InputEventReader.h10-Aug-20181.4 KiB

libmllite.so10-Aug-2018119.2 KiB

libmplmpu.so10-Aug-2018207.8 KiB

License.txt10-Aug-201811.9 KiB

MPLSensor.cpp10-Aug-2018240.8 KiB

MPLSensor.h10-Aug-201819.5 KiB

MPLSupport.cpp10-Aug-20189.9 KiB

MPLSupport.h10-Aug-20181.6 KiB

PressureSensor.IIO.secondary.cpp10-Aug-20185.4 KiB

PressureSensor.IIO.secondary.h10-Aug-20182 KiB

README_L_arm6410-Aug-2018642

sensor_params.h10-Aug-201810 KiB

SensorBase.cpp10-Aug-20185 KiB

SensorBase.h10-Aug-20183.5 KiB

sensors.h10-Aug-201815.8 KiB

sensors_mpl.cpp10-Aug-201815 KiB

software/10-Aug-20184 KiB

README_L_arm64

1For 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