Home | History | Annotate | only in /hardware/invensense/6515/libsensors_iio
Up to higher level directory
NameDateSize
Android.mk06-Dec-20167.1K
CompassSensor.AKM.cpp06-Dec-20165.8K
CompassSensor.AKM.h06-Dec-20162.9K
CompassSensor.IIO.9150.cpp06-Dec-201613.5K
CompassSensor.IIO.9150.h06-Dec-20162.8K
CompassSensor.IIO.primary.cpp06-Dec-201618.3K
CompassSensor.IIO.primary.h06-Dec-20163.1K
InputEventReader.cpp06-Dec-20163.4K
InputEventReader.h06-Dec-20161.4K
libmllite.so06-Dec-2016119.2K
libmplmpu.so06-Dec-2016207.8K
License.txt06-Dec-201611.9K
MPLSensor.cpp06-Dec-2016240.8K
MPLSensor.h06-Dec-201619.5K
MPLSupport.cpp06-Dec-20169.9K
MPLSupport.h06-Dec-20161.6K
PressureSensor.IIO.secondary.cpp06-Dec-20165.4K
PressureSensor.IIO.secondary.h06-Dec-20162K
README_L_arm6406-Dec-2016642
sensor_params.h06-Dec-201610K
SensorBase.cpp06-Dec-20165K
SensorBase.h06-Dec-20163.5K
sensors.h06-Dec-201615.8K
sensors_mpl.cpp06-Dec-201615K
software/06-Dec-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