aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays/TelephonyOverlayVeux
diff options
context:
space:
mode:
authorAhmad Rulim <personal@rulim34.dev>2022-12-31 21:51:16 +0700
committersinanmohd <pcmsinan@gmail.com>2023-01-05 22:04:15 +0530
commit0be2f0d3f718e7d7b0728af775913bdc0c3777e7 (patch)
treee479efc2a5401852789a74e7181bc89e04aa0d51 /rro_overlays/TelephonyOverlayVeux
parentf41aa988c7f4ae35c296c7ce9d6ab1a9908ef6e3 (diff)
veux: overlay: Move to product partition
Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
Diffstat (limited to 'rro_overlays/TelephonyOverlayVeux')
-rw-r--r--rro_overlays/TelephonyOverlayVeux/Android.bp3
-rw-r--r--rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml10
-rw-r--r--rro_overlays/TelephonyOverlayVeux/res/values/config.xml2
3 files changed, 7 insertions, 8 deletions
diff --git a/rro_overlays/TelephonyOverlayVeux/Android.bp b/rro_overlays/TelephonyOverlayVeux/Android.bp
index 8df4904..7d1a79c 100644
--- a/rro_overlays/TelephonyOverlayVeux/Android.bp
+++ b/rro_overlays/TelephonyOverlayVeux/Android.bp
@@ -17,6 +17,5 @@
runtime_resource_overlay {
name: "TelephonyOverlayVeux",
sdk_version: "current",
- resource_dirs: ["res"],
- vendor: true,
+ product_specific: true
}
diff --git a/rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml b/rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml
index 21d873e..ce0a7ac 100644
--- a/rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml
+++ b/rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml
@@ -11,10 +11,10 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.telephony.overlay.veux">
+ package="com.android.phone.overlay.veux">
+
<application android:hasCode="false" />
- <overlay
- android:targetPackage="com.android.phone"
- android:isStatic="true"
- android:priority="1"/>
+ <overlay android:targetPackage="com.android.phone"
+ android:isStatic="true"
+ android:priority="1"/>
</manifest>
diff --git a/rro_overlays/TelephonyOverlayVeux/res/values/config.xml b/rro_overlays/TelephonyOverlayVeux/res/values/config.xml
index 5cd2e3e..f3eef84 100644
--- a/rro_overlays/TelephonyOverlayVeux/res/values/config.xml
+++ b/rro_overlays/TelephonyOverlayVeux/res/values/config.xml
@@ -32,4 +32,4 @@
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
<string name="config_ims_rcs_package" translatable="false">org.codeaurora.ims</string>
-</resources> \ No newline at end of file
+</resources>