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

Skip to content
Commit efa61bef authored by Håkan Kvist's avatar Håkan Kvist
Browse files

Support properties in path when merging overlay configs

Make it possible to use read only properties in the path when merging
an overlay config.

One of the usecases is to support switching overlays depending on SKU.

Example:
<config>
  <overlay package="..." enabled="true" mutable="false" />
  <merge path="${ro.my.prop}/config.xml" />
  <merge path="skus/${ro.my.prop}.xml" />
  <overlay package="..." enabled="true" mutable="false" />
</config>

Bug: 223913150
Test: atest OverlayConfigTest OverlayConfigParserTest
Change-Id: Ic9e460e5064a9601e713b3959a66a80bdf78734a
parent ca3da5d1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment