I compiling crDroid A14 for an unofficial device (Pixel 4a). They have moved to A15 recently, I am compiling A14, and many official devices are still compiling releases for A14.
I'm having a git issue. I deleted and refreshed and am still getting the following errors.
type h~/android/crDroid$ repo sync;
Fetching: 41% (592/1436) 0:13 | 4 jobs | 0:03 device/common @ device/common
fatal: not a git repository: '/home/diamondjohn/android/crDroid/.repo/projects/device/common.git'
device/common:
fatal: not a git repository: '/home/diamondjohn/android/crDroid/.repo/projects/device/common.git'
device/common: sleeping 4.0 seconds before retrying
fatal: not a git repository: '/home/diamondjohn/android/crDroid/.repo/projects/device/common.git'
error: Cannot fetch device/common from
Fetching: 41% (593/1436) 0:13 | 4 jobs | 0:03 device/common @ device/common
fatal: not a git repository: '/home/diamondjohn/android/crDroid/.repo/projects/external/tagsoup.git'
platform/external/tagsoup:
fatal: not a git repository: '/home/diamondjohn/android/crDroid/.repo/projects/external/tagsoup.git'
platform/external/tagsoup: sleeping 4.0 seconds before retrying
fatal: not a git repository: '/home/diamondjohn/android/crDroid/.repo/projects/external/tagsoup.git'
error: Cannot fetch platform/external/tagsoup from
Fetching: 41% (602/1436) 0:13 | 4 jobs | 0:03 device/common @ device/common
fatal: not a git repository: '/home/diamondjohn/android/crDroid/.repo/projects/external/tensorflow.git'
...etc...
I last did a refresh a few months ago, and all was fine. I also checked, and the revision does exist. /+/refs/tags/android-14.0.0_r67
In the manifest
<remote name="aosp"
fetch=";
review="android-review.googlesource"
revision="refs/tags/android-14.0.0_r67" />
...snip....
<project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" remote="aosp" />
I had an issue a few years back where the DNS server failed after a while, thinking it was under a DOS. So I added android.googlesource to the host files, and it made no difference. And I can access the above after the fail.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742311254a4419939.html
评论列表(0条)