New issue
Advanced search Search tips

Issue 646329 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: ----



Sign in to add a comment

chromium repo tool incompatible with android repo tool

Project Member Reported by ngeoffray@google.com, Sep 13 2016

Issue description

Android uses https://gerrit.googlesource.com/git-repo, which is different than the one installed on the slaves.

After https://codereview.chromium.org/2338573002 got in, there seems to be an incompatibility which makes Android builds fail, see for example:

https://build.chromium.org/p/client.art/builders/host-x86-ndebug/builds/5144/steps/build%20sdk-eng/logs/stdio

Problem is that the instructions in the manifest (eg create symlinks) are not being executed.

 
It looks like the repo tool in depot_tools doesn't honor things like:

<copyfile src="core/root.mk" dest="Makefile" />
(example at https://android.googlesource.com/platform/manifest/+/c62518a2e77a78d28cc2eea7ca98df75b4df5c72/default.xml#12)

or:
<linkfile src="root.bp" dest="Android.bp" />
Project Member

Comment 2 by sheriffbot@chromium.org, Sep 13 2016

Labels: Hotlist-Google

Comment 3 by estaab@chromium.org, Sep 15 2016

Components: -Infra Infra>SDK
Looks like https://chromium.googlesource.com/chromium/tools/depot_tools/+/7475196d4c32d66e1c199bf24945b7ae28255e13

fixed it? We're not seeing any problems anymore.
Cc: vapier@chromium.org
Status: WontFix (was: Untriaged)
Closing this out then.

Sign in to add a comment