Hi all,
I am using imx6q android lollipop version for my imx6q Evaluation board, i can able to compile
make systemimage
make bootimage
make recoveryimage
But i want to compile HAL layer of camera alone and i want to copy the related files to SD card. How can i do that if anyone knows help me to sort it out.
Thanks
Lavanya
已解决! 转到解答。
Hi,
I found this.
We can compile only HAl libraries of camera alone like below.
cd hardware/imx/mx6/libcamera/
source build/envsetup.sh
lunch TARGET
ex: lunch sabresd_6dq-user
mm
Thanks,
Lavanya
Hi,
I found this.
We can compile only HAl libraries of camera alone like below.
cd hardware/imx/mx6/libcamera/
source build/envsetup.sh
lunch TARGET
ex: lunch sabresd_6dq-user
mm
Thanks,
Lavanya