From c651f6bbc52d7a1507e960f69e16c4be7310265b Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Thu, 21 Dec 2017 21:51:25 +0800 Subject: build-scripts/helpers: generate source-manifest.xml to include all projects without this change, the source-manifest.xml only contains the default projects listed in AOSP, this change will make the generated source-manifest.xml include projects in local_manifests as well Change-Id: I1a6727fe8c5397ce92457de52a3ae068119d4bb0 Signed-off-by: Yongqin Liu --- build-scripts/helpers | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-scripts/helpers b/build-scripts/helpers index f0b6363..f1f5048 100644 --- a/build-scripts/helpers +++ b/build-scripts/helpers @@ -68,6 +68,8 @@ repo-sync-from-mirror () { # Restore source manifest temporarily to create pinned manifest cp out/source-manifest.xml .repo/manifest.xml repo manifest -r -o out/pinned-manifest.xml + # Generate source-manifest.xml to include projects in local_manifests as well + repo manifest -o out/source-manifest.xml } repo-sync-from-seed () { @@ -103,6 +105,8 @@ repo-sync-from-seed () { # Restore source manifest temporarily to create pinned manifest cp out/source-manifest.xml .repo/manifest.xml repo manifest -r -o out/pinned-manifest.xml + # Generate source-manifest.xml to include projects in local_manifests as well + repo manifest -o out/source-manifest.xml } calc_make_jobs () { -- cgit v1.2.3