Home | History | Annotate | only in /hardware/invensense/6515/libsensors_iio
Up to higher level directory
NameDateSize
Android.mk08-Oct-20156.6K
CompassSensor.AKM.cpp08-Oct-20155.8K
CompassSensor.AKM.h08-Oct-20152.9K
CompassSensor.IIO.9150.cpp08-Oct-201513.5K
CompassSensor.IIO.9150.h08-Oct-20152.8K
CompassSensor.IIO.primary.cpp08-Oct-201518.3K
CompassSensor.IIO.primary.h08-Oct-20153.1K
InputEventReader.cpp08-Oct-20153.3K
InputEventReader.h08-Oct-20151.4K
libmllite.so08-Oct-2015119.2K
libmplmpu.so08-Oct-2015207.8K
License.txt08-Oct-201511.9K
MPLSensor.cpp08-Oct-2015232.7K
MPLSensor.h08-Oct-201519.3K
MPLSupport.cpp08-Oct-201510K
MPLSupport.h08-Oct-20151.6K
PressureSensor.IIO.secondary.cpp08-Oct-20155.4K
PressureSensor.IIO.secondary.h08-Oct-20152K
README_L_arm6408-Oct-2015642
sensor_params.h08-Oct-201510K
SensorBase.cpp08-Oct-20155.1K
SensorBase.h08-Oct-20153.5K
sensors.h08-Oct-201515.7K
sensors_mpl.cpp08-Oct-201514.4K
software/08-Oct-2015

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