Fr4ncky / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

[PATCH] Do not download unneeded prebuilts #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add addprebuilts command. This command looks for .mk files in 
<root>/device/*/*/*.mk and searches these for a TARGET_ARCH = <some arch>.
Then all the needed host and target prebuilts are added to groups.

In the manifest the prebuilts need to get assigned to the correct groups of 
course.

A possible patch for the 5.0.1_r1 manifest will be included 
(0001-don-t-download-host-dependent-prebuilts-by-default.patch).
The repo patch (0001-rework-prebuilt-download.patch) is based on 
3eb87cec5cae5f43becfe9fd1ff94de855cac08c.

Original issue reported on code.google.com by uroc327 on 12 Dec 2014 at 2:07

Attachments: