Include overlays for R IMS

This commit is contained in:
Pierre-Hugues Husson 2020-10-26 01:11:20 +01:00
parent e7a2f898f2
commit 22026447e6
10 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-telephony-caf-ims
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

View file

@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.cafims_telephony"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.phone"
android:priority="79"
/>
</manifest>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="config_ims_mmtel_package">org.codeaurora.ims</string>
</resources>

View file

@ -0,0 +1,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-telephony-mtk-ims
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

View file

@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.mtkims_telephony"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.phone"
android:priority="79"
/>
</manifest>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="config_ims_mmtel_package">com.mediatek.ims</string>
</resources>

View file

@ -0,0 +1,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-telephony-slsi-ims
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

View file

@ -0,0 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.slsiims_telephony"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.phone" />
</manifest>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="config_ims_mmtel_package">com.shannon.imsservice</string>
</resources>

View file

@ -111,6 +111,9 @@ PRODUCT_PACKAGES += \
treble-overlay-teclast-m30 \
treble-overlay-tecno-camon11 \
treble-overlay-umidigi-A3S \
treble-overlay-telephony-caf-ims \
treble-overlay-telephony-mtk-ims \
treble-overlay-telephony-slsi-ims \
treble-overlay-umidigi-power \
treble-overlay-vsmart-live \
treble-overlay-webview \