Home | History | Annotate | only in /hardware/invensense/6515/libsensors_iio
Up to higher level directory
NameDateSize
Android.mk24-Aug-20167.1K
CompassSensor.AKM.cpp24-Aug-20165.8K
CompassSensor.AKM.h24-Aug-20162.9K
CompassSensor.IIO.9150.cpp24-Aug-201613.5K
CompassSensor.IIO.9150.h24-Aug-20162.8K
CompassSensor.IIO.primary.cpp24-Aug-201618.3K
CompassSensor.IIO.primary.h24-Aug-20163.1K
InputEventReader.cpp24-Aug-20163.4K
InputEventReader.h24-Aug-20161.4K
libmllite.so24-Aug-2016119.2K
libmplmpu.so24-Aug-2016207.8K
License.txt24-Aug-201611.9K
MPLSensor.cpp24-Aug-2016240.8K
MPLSensor.h24-Aug-201619.5K
MPLSupport.cpp24-Aug-20169.9K
MPLSupport.h24-Aug-20161.6K
PressureSensor.IIO.secondary.cpp24-Aug-20165.4K
PressureSensor.IIO.secondary.h24-Aug-20162K
README_L_arm6424-Aug-2016642
sensor_params.h24-Aug-201610K
SensorBase.cpp24-Aug-20165K
SensorBase.h24-Aug-20163.5K
sensors.h24-Aug-201615.8K
sensors_mpl.cpp24-Aug-201615K
software/24-Aug-2016

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