mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Add vndk compat layer
Co-authored-by: luk1337 <priv.luk@gmail.com> Co-authored-by: jesec <jc@lineageos.org> Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
ba6643b9bc
commit
014fb0b0ac
6 changed files with 575 additions and 0 deletions
|
|
@ -21,3 +21,8 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
|||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
|
||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml
|
||||
|
||||
# VNDK
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/vndk-compat/ld.config.compat.txt:system/etc/ld.config.compat.txt \
|
||||
$(LOCAL_PATH)/vndk-compat/vndk-compat.rc:system/etc/init/vndk-compat.rc
|
||||
|
|
|
|||
Loading…
Reference in a new issue