-
android_system_bt下载
资源介绍
氟化物蓝牙堆栈
在AOSP上构建和运行
只需构建AOSP-默认情况下存在氟化物。
在Linux上构建和运行
Ubuntu的说明,已在使用Clang 3.5.0的14.04和使用Clang 3.8.0的16.10上进行了测试
资料下载
mkdir ~ /fluoride
cd ~ /fluoride
git clone https://android.googlesource.com/platform/system/bt
安装依赖项(需要sudo访问):
cd ~ /fluoride/bt
build/install_deps.sh
然后获取第三方依赖项:
cd ~ /fluoride/bt
mkdir third_party
cd third_party
git clone https://github.com/google/googletest.git
git clone htt