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

Commit b4744d53 authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "build: Set soong variable for enabling NFC apex bootclasspath fragment" into main

parents a016367c 7d26fd45
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -93,8 +93,9 @@ ifeq ($(RELEASE_PACKAGE_NFC_STACK),NfcNci)
    PRODUCT_BOOT_JARS += \
        framework-nfc
else
    PRODUCT_APEX_BOOT_JARS := \
    PRODUCT_APEX_BOOT_JARS += \
        com.android.nfcservices:framework-nfc
    $(call soong_config_set,bootclasspath,nfc_apex_bootclasspath_fragment,true)
endif

# TODO(b/308174306): Adjust this after multiple prebuilts version is supported.