summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-04 00:04:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-04 00:04:06 +0000
commit914dae1b6efee4e2f68bf97203a00937ae152d5a (patch)
treea141760bce8caa4c198c74e5b8b2f8107a473ea4
parent698ba1a5001c039d1cc3e6e4b9f235ed0152f0da (diff)
downloadsuperproject-main.tar.gz
Update git submodulesmain
* Update system/core from branch 'main' to babf597508716d31811ed13867dbf7ddce3001d5 - Merge "Use no_full_install: true instead of installable: false" into main - Use no_full_install: true instead of installable: false So far, we have used `instalable: false` to avoid collision with the other modules that are installed to the same path. A typical example was <foo> and <foo>.microdroid. The latter is a modified version of the former for the inclusion of the microdroid image. They however both have the same instalation path (ex: system/bin) and stem (ex: foo) so that we can reference them using the same path regardless of whether we are in Android or microdroid. However, the use of `installable: false` for the purpose is actually incorrect, because `installable: false` also means, obviously, "this module shouldn't be installed". The only reason this incorrect way has worked is simply because packaging modules (ex: android_filesystem) didn't respect the property when gathering the modules. As packaging modules are now fixed to respect `installable: false`, we need a correct way of avoiding the collision. `no_full_install: true` is it. If a module has this property set to true, it is never installed to the full instal path like out/target/product/<partition>/... It can be installed only via packaging modules. Bug: 338160898 Test: m Change-Id: I37380c19232f2c497bdf492a83cdc16616f0ae8d
m---------system/core0
1 files changed, 0 insertions, 0 deletions
diff --git a/system/core b/system/core
-Subproject 92e3fd78ad122d7591b8c87ada1c6ada6defa33
+Subproject babf597508716d31811ed13867dbf7ddce3001d