From 88f469e9092a2446aae180bfce557a7211cb345b Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 21 Jan 2025 13:05:05 -0800 Subject: Remove --skip-make This should no longer be used. Bug: 376727180 Test: Presubmits Change-Id: Ib85902c2c9841e32660bc3879514b12175da438e --- android/module.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'android/module.go') diff --git a/android/module.go b/android/module.go index b9489b482..a58057e43 100644 --- a/android/module.go +++ b/android/module.go @@ -990,8 +990,9 @@ func (m *ModuleBase) baseDepsMutator(ctx BottomUpMutatorContext) { // 2. `boot_signer` is `required` by modules like `build_image` which is explicitly list as // the top-level build goal (in the shell file that invokes Soong). // 3. `boot_signer` depends on `bouncycastle-unbundled` which is in the missing git project. - // 4. aosp_kernel-build-tools invokes soong with `--skip-make`. Therefore, the absence of - // ALLOW_MISSING_DEPENDENCIES didn't cause a problem. + // 4. aosp_kernel-build-tools invokes soong with `--soong-only`. Therefore, the absence of + // ALLOW_MISSING_DEPENDENCIES didn't cause a problem, as previously only make processed required + // dependencies. // 5. Now, since Soong understands `required` deps, it tries to build `boot_signer` and the // absence of external/bouncycastle fails the build. // -- cgit v1.2.3-59-g8ed1b