本文主要是介绍android4.3 u-blox gnss,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
如何编译进系统:
1. place ublox/gps to <android4.3>/hardware/
2. vim <android4.3>/device/fsl/imx6/imx6.mk
add the gps.default which name is the same to LOCAL_MODULE:=gps.default in ublox/gps/hal/Android.mk
if LOCAL_MODULE:=gps.default is not set in the imx6.mk , that will not complie the ulox source code.
In this case, you can enter directory of ublox source code and use mm -B or mmm
#source build/envsetup.sh
#lunch 14
3../build_sh
这篇关于android4.3 u-blox gnss的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!