summaryrefslogtreecommitdiff
path: root/6515/libsensors_iio/README_L_arm64
blob: eac69ba301acd4c6b088e6c81befc669cf7ff788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
For building Invensense HAL for Android L Arm 64bit
===================================================
	$ cd $android_L_root
	$ . build/envsetup.sh
	$ lunch aosp_flounder-userdebug (or any arm64 target)

	$ -> copy Invensense HAL libsensor folder to $android_L_root/hardware/invensense/65xx/
	$ -> modifiy the makefile $android_L_root/hardware/invensense/Android.mk to include htc/nvidia flounder target

	$ make libinvensense_hal
	$ make sensors.flounder

	$ adb push $OUT/system/lib/libmllite.so /system/lib/
	$ adb push $OUT/system/lib/libinvensense_hal.so /system/lib/
	$ adb push $OUT/system/lib/hw/sensors.flounder.so /system/lib/hw/