diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index 88ac362..d33f44e 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -15,6 +15,11 @@ limitations under the License. --> <resources> + <!-- Configs for all devices. Provisioned on every boot. --> <string-array name="configs_base" /> + <!-- Configs for all devices. Only provisioned if not already set. --> + <string-array name="configs_base_soft" /> + + <!-- Device-specific configs, for overlaying in device trees. Provisioned on every boot. --> <string-array name="configs_device" /> </resources> |