OmniLib: Introduce OmniRom SDK
* omnilib-res app will be installed to system/frameworks for the futur internal ressources add-on
* OmniLib java_library will be installed to system/frameworks for the futur internal java/aidl add-on
* The OmniPreference android_library need to be moved outside system/frameworks because of some nested dependency breakage
Change-Id: I2b9a7bc7f4aa72052ae6600933eb114d2a481b35
omnilib-res: Add allow-reserved-package-id
Thx to the LineageOS team
https://github.com/LineageOS/android_lineage-sdk/blob/lineage-20.0/Android.bp#L44-L49
Change-Id: I07ba56685981a8735bdef5ea75528ec82dd68318
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 935dc51..bee74fc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 The OmniROM Project
+<!-- Copyright (C) 2023 The OmniROM Project
Parts Copyright (C) 2012-2013 The CyanogenMod Project
@@ -18,12 +18,5 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="action_save">Save</string>
- <string name="disabled_entry">Disabled</string>
- <string name="profile_choose_app">Choose app</string>
- <string name="not_ready_summary">Resolving...</string>
- <string name="resolve_failed_summary">Resolving app failed</string>
- <string name="choose_app">Choose app</string>
- <string name="led_color_green">Green</string>
- <string name="led_color_red">Red</string>
+ <string name="omni_system_label">OmniRom System</string>
</resources>