You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
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.