mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Enable radio service 1.1
Test: compile; adb shell compiled_vts_binary Bug: 38499208 Change-Id: I55d6384e88c1839d04be00dab0345ae5a365ab42
This commit is contained in:
parent
b34d71d030
commit
650eb8359a
2 changed files with 1 additions and 5 deletions
|
@ -20,10 +20,6 @@ PRODUCT_PACKAGES := \
|
|||
CarrierConfig \
|
||||
BasicSmsReceiver
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.radio@1.0 \
|
||||
android.hardware.radio.deprecated@1.0
|
||||
|
||||
# Features
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
<hal format="hidl">
|
||||
<name>android.hardware.radio</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<version>1.1</version>
|
||||
<interface>
|
||||
<name>IRadio</name>
|
||||
<instance>slot1</instance>
|
||||
|
|
Loading…
Reference in a new issue