Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8abc238 authored by Spandan Das's avatar Spandan Das Committed by Gerrit Code Review
Browse files

Merge "Add a warning that Use_source_config_var is being deprecated." into main

parents 15a1d292 a9cf0c8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -71,6 +71,9 @@ type UserSuppliedPrebuiltProperties struct {
	//
	// If specified then the prefer property is ignored in favor of the value of the Soong config
	// 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
}