Home | History | Annotate | only in /hardware/invensense/6515/libsensors_iio
Up to higher level directory
NameDateSize
Android.mk05-Oct-20177.1K
CompassSensor.AKM.cpp05-Oct-20175.8K
CompassSensor.AKM.h05-Oct-20172.9K
CompassSensor.IIO.9150.cpp05-Oct-201713.5K
CompassSensor.IIO.9150.h05-Oct-20172.8K
CompassSensor.IIO.primary.cpp05-Oct-201718.3K
CompassSensor.IIO.primary.h05-Oct-20173.1K
InputEventReader.cpp05-Oct-20173.4K
InputEventReader.h05-Oct-20171.4K
libmllite.so05-Oct-2017119.2K
libmplmpu.so05-Oct-2017207.8K
License.txt05-Oct-201711.9K
MPLSensor.cpp05-Oct-2017240.8K
MPLSensor.h05-Oct-201719.5K
MPLSupport.cpp05-Oct-20179.9K
MPLSupport.h05-Oct-20171.6K
PressureSensor.IIO.secondary.cpp05-Oct-20175.4K
PressureSensor.IIO.secondary.h05-Oct-20172K
README_L_arm6405-Oct-2017642
sensor_params.h05-Oct-201710K
SensorBase.cpp05-Oct-20175K
SensorBase.h05-Oct-20173.5K
sensors.h05-Oct-201715.8K
sensors_mpl.cpp05-Oct-201715K
software/05-Oct-2017

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