mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universa7885: Force override compability matrix
* Fixes 'Internal problem, please contact OEM' warning message on every boot
This commit is contained in:
parent
3459f34b34
commit
55a45d1c9c
3 changed files with 479 additions and 14 deletions
|
|
@ -316,6 +316,10 @@ PRODUCT_COPY_FILES += \
|
|||
prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-sp/libcutils.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libcutils-v29.so \
|
||||
prebuilts/vndk/v29/arm64/arch-arm-armv8-a/shared/vndk-sp/libcutils.so:$(TARGET_COPY_OUT_VENDOR)/lib/libcutils-v29.so
|
||||
|
||||
# Workaround for vintf issues...
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/vintf/compatibility_matrix.3.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/vintf/compatibility_matrix.3.xml
|
||||
|
||||
# Wifi
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.wifi@1.0-service \
|
||||
|
|
|
|||
Loading…
Reference in a new issue