Syncing r53-r47 failed => solved
Using latest script (build.sh) from github.
Try to compile latest AOSP 9.0 and did get the following errors.
While sync:
============
[...]
warning: redirecting to
https://gitlab.com/aosp-security/platform_test_vti_test_serving.git/
fatal: Couldn't find remote ref refs/heads/android-9.0.0_r53-r47
warning: redirecting to
https://gitlab.com/aosp-security/platform_test_vti_test_serving.git/
fatal: Couldn't find remote ref refs/heads/android-9.0.0_r53-r47
error: Cannot fetch platform_test_vti_test_serving from
https://gitlab.com/aosp-security/platform_test_vti_test_serving
[...]
warning: redirecting to
https://gitlab.com/aosp-security/platform_external_x264.git/
fatal: Couldn't find remote ref refs/heads/android-9.0.0_r53-r47
warning: redirecting to
https://gitlab.com/aosp-security/platform_external_x264.git/
fatal: Couldn't find remote ref refs/heads/android-9.0.0_r53-r47
error: Cannot fetch platform_external_x264 from
https://gitlab.com/aosp-security/platform_external_x264
[...]
While checkout the script aborted:
===================================
platform_external_webview_support_interfacChecking out projects: 53% (361/681) platform_external_wycheprooferror: Cannot checkout platform_external_x264: ManifestInvalidRevisionError: revision refs/heads/android-9.0.0_r53-r47 in platform_external_x264 not found
error: in `sync -c -j 1 --force-sync`: revision refs/heads/android-9.0.0_r53-r47 in platform_external_x264 not found
So i deleted from manifest.xml:
===============================
line 377 <project path="external/x264" name="platform_external_x264" groups="pdk"/>
line 663 <project path="test/vti/test_serving" name="platform_test_vti_test_serving" groups="vts,pdk"/>
Also deleted the corresponding files from project-dir and .repo-dir. After that checkout was successful.
My question: are these projects missing or is the manifest not correct?
P. S. Compiling in progress.
Edit 2:
===============================
Installed missing tools (not listed in wiki):
git lfs
xmlstarlet
Edit 3:
===============================
Compiling failed with missing vti test_serving.
Manually cloned:
git clone
http://git.videolan.org/git/x264.git (copy folder to ./external/)
git clone
https://android.googlesource.com/platform/test/vti/test_serving (copy folder to ./test/vti/)
Edit 4:
===============================
Used disk space is w/o ccache: ~192GB
After these steps, compiling was successful.
Thanks for your work, neeeded this bluetooth fix

.