Support AIDL based radio HALs

Enable AIDL for V requirement

Bug: 281968564
Test: telephony function test
Flag: EXEMPT HAL interface change
Change-Id: Id85d466bbb39ff6df6f5ef84ccfc22970a193cc7
This commit is contained in:
timtmlin 2024-06-24 20:56:44 +08:00
parent ffb9391904
commit 5c91852c42

View file

@ -78,6 +78,11 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
device/google/tegu/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.tegu.rc
# Enable AIDL based oemservice HAL
USE_OEMSERVICE_HAL_AIDL := true
# Enable AIDL based radioExternal HAL
USE_RADIOEXTERNAL_HAL_AIDL := true
# NFC
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \