Home | History | Annotate | only in /hardware/invensense/6515/libsensors_iio
Up to higher level directory
NameDateSize
Android.mk06-Dec-20177.1K
CompassSensor.AKM.cpp06-Dec-20175.8K
CompassSensor.AKM.h06-Dec-20172.9K
CompassSensor.IIO.9150.cpp06-Dec-201713.5K
CompassSensor.IIO.9150.h06-Dec-20172.8K
CompassSensor.IIO.primary.cpp06-Dec-201718.3K
CompassSensor.IIO.primary.h06-Dec-20173.1K
InputEventReader.cpp06-Dec-20173.4K
InputEventReader.h06-Dec-20171.4K
libmllite.so06-Dec-2017119.2K
libmplmpu.so06-Dec-2017207.8K
License.txt06-Dec-201711.9K
MPLSensor.cpp06-Dec-2017240.8K
MPLSensor.h06-Dec-201719.5K
MPLSupport.cpp06-Dec-20179.9K
MPLSupport.h06-Dec-20171.6K
PressureSensor.IIO.secondary.cpp06-Dec-20175.4K
PressureSensor.IIO.secondary.h06-Dec-20172K
README_L_arm6406-Dec-2017642
sensor_params.h06-Dec-201710K
SensorBase.cpp06-Dec-20175K
SensorBase.h06-Dec-20173.5K
sensors.h06-Dec-201715.8K
sensors_mpl.cpp06-Dec-201715K
software/06-Dec-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