Android 编译问题 prebuilts/clang/host/linux-x86

Android 编译问题

prebuilts/clang/host/linux-x86工具被破环了,用打包的方式替换调工具,不能拷贝,会破坏工具的链接。

bash 复制代码
FAILED: out\_odm/soong/build.ninja cd "$(dirname "out\_odm/host/linux-x86/bin/soong\_build")" && BUILDER="$PWD/$(basename "out\_odm/host/linux-x86/bin/soong\_build")" && cd / && env -i "$BUILDER" --top "$TOP" --soong\_out "out\_odm/soong" --out "out\_odm" -o out\_odm/soong/build.ninja --globListDir build --globFile out\_odm/soong/globs-build.ninja -t -l out\_odm/.module\_paths/Android.bp.list --available\_env out\_odm/soong/soong.environment.available --used\_env out\_odm/soong/soong.environment.used.build Android.bp Support RKP. error: prebuilts/clang/host/linux-x86/Android.bp:52:1: module "prebuilt\_libFuzzer": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:60:1: module "prebuilt\_libomp": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:81:1: module "prebuilt\_libclang\_rt.builtins": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:99:1: module "prebuilt\_libclang\_rt.builtins-exported": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:132:1: module "prebuilt\_libclang\_rt.asan": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:144:1: module "prebuilt\_libclang\_rt.ubsan\_standalone": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:161:1: module "prebuilt\_libclang\_rt.ubsan\_standalone.static": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:176:1: module "prebuilt\_libclang\_rt.ubsan\_minimal": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:189:1: module "prebuilt\_libclang\_rt.hwasan\_static": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:208:1: module "prebuilt\_libclang\_rt.hwasan": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:227:1: module "prebuilt\_libclang\_rt.profile": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:239:1: module "prebuilt\_libclang\_rt.fuzzer": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:290:1: module "prebuilt\_libunwind": target.linux\_musl\_arm: failed to find property to extend error: prebuilts/clang/host/linux-x86/Android.bp:300:1: module "prebuilt\_libunwind-exported": target.linux\_musl\_arm: failed to find property to extend ninja: build stopped: subcommand failed. 16:39:39 soong bootstrap failed with: exit status 1
相关推荐
黄昏晓x13 小时前
Linux----权限
linux·运维·服务器
小白不想白a13 小时前
【shell】每日shell练习(系统服务状态监控/系统性能瓶颈分析)
linux·运维·服务器
shaominjin12313 小时前
Android 约束布局(ConstraintLayout)的权重机制:用法与对比解析
android·网络
一匹电信狗13 小时前
【MySQL】数据库的相关操作
linux·运维·服务器·数据库·mysql·ubuntu·小程序
迦蓝叶14 小时前
JAiRouter v1.0.0 正式发布:企业级 AI 服务网关的开源解决方案
java·运维·人工智能·网关·spring·ai·开源
bugtraq202114 小时前
为什么.NET的System.IO.Compression无法解压zlib流
linux·运维·服务器
咖啡教室14 小时前
每日一个计算机小知识:Linux
linux·后端
我命由我1234514 小时前
Android 对话框 - 对话框全屏显示(设置 Window 属性、使用自定义样式、继承 DialogFragment 实现、继承 Dialog 实现)
android·java·java-ee·android studio·android jetpack·android-studio·android runtime
insight^tkk15 小时前
【Docker】记录一次使用docker部署dify网段冲突的问题
运维·人工智能·docker·ai·容器
怪兽201415 小时前
请例举 Android 中常用布局类型,并简述其用法以及排版效率
android·面试