Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91a50d89 authored by Justin Yun's avatar Justin Yun Committed by android-build-merger
Browse files

Merge "Use default libnfc-nci.conf if not found in vendor/etc" am: 1988d976 am: 46d57765

am: bf111719

Change-Id: Icf0b6c5be660229d6905623adeec8e18ac9b6992
parents e93dad03 bf111719
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -66,6 +66,12 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
    device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml

# NFC:
#   Provide default libnfc-nci.conf file for devices that does not have one in
#   vendor/etc
PRODUCT_COPY_FILES += \
    device/generic/common/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf

# Support for the devices with no VNDK enforcing
PRODUCT_COPY_FILES += \
    build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc \