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

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

Change-Id: Ied2313893373aa3810c28e578813964c2c79b625
This commit is contained in:
Cole Faust
2022-03-02 19:20:06 +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}: {{