Merge "Refactor ProductConfigProperties to use a struct key instead of an string key with hardcoded patterns."
This commit is contained in:
@@ -32,6 +32,10 @@ type properties struct {
|
||||
Bazel_module bazel.BazelModuleProperties
|
||||
}
|
||||
|
||||
// namespacedVariableProperties is a map from a string representing a Soong
|
||||
// config variable namespace, like "android" or "vendor_name" to a struct
|
||||
// pointer representing the soong_config_variables property of a module created
|
||||
// by a soong_config_module_type or soong_config_module_type_import.
|
||||
type namespacedVariableProperties map[string]interface{}
|
||||
|
||||
// BazelModuleBase contains the property structs with metadata for modules which can be converted to
|
||||
|
Reference in New Issue
Block a user