summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Kesting <ckesting@google.com>2019-09-18 06:23:47 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-18 06:23:47 -0700
commit589fccd3d0fef0b0e3e0dfe65aea8afe87892819 (patch)
tree38d19b4d9e24a3679f5c85423230d04911695724
parent29e509d59b0a7716f971828d58c566bd3bb5b58f (diff)
parentfdd807eb48c958ebc855196e12ca21ad603f33b9 (diff)
downloadcurrysrc-589fccd3d0fef0b0e3e0dfe65aea8afe87892819.tar.gz
Update repackage-common.sh to not use make. am: c091e06bc0 am: 1dfdf290dc
am: fdd807eb48 Change-Id: Ia785e475305895a23e8619d7f3188b02e88ddbf0
-rw-r--r--scripts/repackage-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repackage-common.sh b/scripts/repackage-common.sh
index 9753f24..23985b2 100644
--- a/scripts/repackage-common.sh
+++ b/scripts/repackage-common.sh
@@ -101,7 +101,7 @@ function get_uncommitted_repackaged_files() {
}
cd ${ANDROID_BUILD_TOP}
-make -j15 currysrc
+build/soong/soong_ui.bash --make-mode currysrc
DEFAULT_CONSTRUCTORS_FILE=${PROJECT_DIR}/srcgen/default-constructors.txt
CORE_PLATFORM_API_FILE=${PROJECT_DIR}/srcgen/core-platform-api.txt