Merge "Don't explicitly mention SOONG_CONFIG_ variables" am: 9f8ee5f71f am: fb6f9fe611

Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2002776

Change-Id: I8d48d180f6d07175d0cac5d4ab204569bfd8bcff
This commit is contained in:
Cole Faust
2022-03-02 19:42:55 +00:00
committed by Automerger Merge Worker
3 changed files with 6 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ class SoongConfigBoilerplateInserter(FileTransformation):
namespace = self.configVar.namespace
name = self.configVar.name
module_content.append(f"""\
// Do not prefer prebuilt if SOONG_CONFIG_{namespace}_{name} is true.
// Do not prefer prebuilt if the Soong config variable "{name}" in namespace "{namespace}" is true.
prefer: true,
soong_config_variables: {{
{name}: {{