Add a warning that Use_source_config_var is being deprecated.
Bug: 308188211 Test: None # documentaiton change Change-Id: I28c7d84ed25e1aa51648c3b29cf04b1309f9a498
This commit is contained in:
parent
ab1296abc8
commit
a9cf0c8f5b
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ type UserSuppliedPrebuiltProperties struct {
|
||||||
//
|
//
|
||||||
// If specified then the prefer property is ignored in favor of the value of the Soong config
|
// If specified then the prefer property is ignored in favor of the value of the Soong config
|
||||||
// variable.
|
// variable.
|
||||||
|
//
|
||||||
|
// DEPRECATED: This property is being deprecated b/308188211.
|
||||||
|
// Use RELEASE_APEX_CONTRIBUTIONS build flags to select prebuilts of mainline modules.
|
||||||
Use_source_config_var *ConfigVarProperties
|
Use_source_config_var *ConfigVarProperties
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue