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:
@@ -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}: {{
|
||||
|
||||
Reference in New Issue
Block a user