Home | History | Annotate | only in /hardware/invensense/6515/libsensors_iio
Up to higher level directory
NameDateSize
Android.mk21-Aug-20187.1K
CompassSensor.AKM.cpp21-Aug-20185.8K
CompassSensor.AKM.h21-Aug-20182.9K
CompassSensor.IIO.9150.cpp21-Aug-201813.5K
CompassSensor.IIO.9150.h21-Aug-20182.8K
CompassSensor.IIO.primary.cpp21-Aug-201818.3K
CompassSensor.IIO.primary.h21-Aug-20183.1K
InputEventReader.cpp21-Aug-20183.4K
InputEventReader.h21-Aug-20181.4K
libmllite.so21-Aug-2018119.2K
libmplmpu.so21-Aug-2018207.8K
License.txt21-Aug-201811.9K
MPLSensor.cpp21-Aug-2018240.8K
MPLSensor.h21-Aug-201819.5K
MPLSupport.cpp21-Aug-20189.9K
MPLSupport.h21-Aug-20181.6K
PressureSensor.IIO.secondary.cpp21-Aug-20185.4K
PressureSensor.IIO.secondary.h21-Aug-20182K
README_L_arm6421-Aug-2018642
sensor_params.h21-Aug-201810K
SensorBase.cpp21-Aug-20185K
SensorBase.h21-Aug-20183.5K
sensors.h21-Aug-201815.8K
sensors_mpl.cpp21-Aug-201815K
software/21-Aug-2018

README_L_arm64

      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