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

Commit b379a08e authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Recommend soong_config_set instead of add_soong_config_var_value"

parents 3f008894 d05d5f59
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -452,10 +452,9 @@ used. To specify that no properties should be amended for `soc_b`, you can set

The values of the variables can be set from a product's `BoardConfig.mk` file:
```
$(call add_soong_config_namespace, acme)
$(call add_soong_config_var_value, acme, board, soc_a)
$(call add_soong_config_var_value, acme, feature, true)
$(call add_soong_config_var_value, acme, width, 200)
$(call soong_config_set,acme,board,soc_a)
$(call soong_config_set,acme,feature,true)
$(call soong_config_set,acme,width,200)
```

The `acme_cc_defaults` module type can be used anywhere after the definition in