添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
虚心的豌豆  ·  NixOS, Bazel and ...·  5 小时前    · 
爽快的莲藕  ·  Following build on ...·  19 小时前    · 
发怒的芒果  ·  Can not build pytorch ...·  昨天    · 
聪明的电影票  ·  Building docker image ...·  昨天    · 
俊逸的充值卡  ·  Unity - Manual: ...·  昨天    · 
大鼻子的手链  ·  Chinese Catholic ...·  10 月前    · 

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

At build the error takes off:
[1035/1035] including vendor/xiaomi/msm8953-common/Android.mk ... test/vts/tools/build/tasks/vts_package.mk:141: error: FindEmulator: cd: kernel/configs: No such file or directory 21:50:44 ckati failed with: exit status 1
The error crashes due to the lack of the configs folder in the kernel folder in the source.
The problem is solved by simply downloading the configs folder from Google’s sources:
git clone https://android.googlesource.com/kernel/configs configs
Please add this folder initially to the source, not everyone can guess where to get this folder.