gta4xl-common: Remove RIL interfaces from common tree
Change-Id: I1d72c3c1cb23c9665ea3ca53bab2251353954675
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 4cbc55a..c408ce7 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -127,7 +127,7 @@
## Manifest
# HIDL
-DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
+DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \
$(COMMON_PATH)/device_framework_matrix.xml \
vendor/lineage/config/device_framework_matrix.xml
DEVICE_MANIFEST_FILE += $(COMMON_PATH)/manifest.xml
diff --git a/common.mk b/common.mk
index df40b4a..49d1540 100644
--- a/common.mk
+++ b/common.mk
@@ -271,12 +271,6 @@
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/linker/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
-# RIL
-PRODUCT_PACKAGES += \
- android.hardware.radio@1.4.vendor:64 \
- android.hardware.radio.config@1.2.vendor:64 \
- android.hardware.radio.deprecated@1.0.vendor:64
-
# Sensors
PRODUCT_PACKAGES += \
android.hardware.contexthub@1.0.vendor:64 \
diff --git a/device_framework_matrix.xml b/device_framework_matrix.xml
index 1192b9d..2909a12 100644
--- a/device_framework_matrix.xml
+++ b/device_framework_matrix.xml
@@ -8,29 +8,4 @@
<instance>default</instance>
</interface>
</hal>
- <hal format="hidl" optional="true">
- <name>vendor.samsung.hardware.radio</name>
- <version>2.2</version>
- <interface>
- <name>ISehRadio</name>
- <instance>slot1</instance>
- </interface>
- </hal>
- <hal format="hidl" optional="true">
- <name>vendor.samsung.hardware.radio.bridge</name>
- <version>2.0</version>
- <interface>
- <name>ISehBridge</name>
- <instance>slot1</instance>
- </interface>
- </hal>
- <hal format="hidl" optional="true">
- <name>vendor.samsung.hardware.radio.channel</name>
- <version>2.0</version>
- <interface>
- <name>ISehChannel</name>
- <instance>epdgd</instance>
- <instance>imsd</instance>
- </interface>
- </hal>
</compatibility-matrix>
diff --git a/sepolicy/vendor/hwservice_contexts b/sepolicy/vendor/hwservice_contexts
index 8bfe03d..52958dc 100644
--- a/sepolicy/vendor/hwservice_contexts
+++ b/sepolicy/vendor/hwservice_contexts
@@ -1,6 +1 @@
-# hwservice_contexts
-
vendor.samsung.hardware.gnss::ISehGnss u:object_r:hal_gnss_hwservice:s0
-vendor.samsung.hardware.radio.bridge::ISehBridge u:object_r:hal_telephony_hwservice:s0
-vendor.samsung.hardware.radio.channel::ISehChannel u:object_r:hal_telephony_hwservice:s0
-vendor.samsung.hardware.radio::ISehRadio u:object_r:hal_telephony_hwservice:s0