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

Commit 7d26fd45 authored by Roshan Pius's avatar Roshan Pius
Browse files

build: Set soong variable for enabling NFC apex bootclasspath fragment

Bug: 303286040
Test: Compiles (with RELEASE_PACKAGE_NFC_STACK=NfcNci)
Test: Compiles (with RELEASE_PACKAGE_NFC_STACK=com.android.nfcservices)
Change-Id: Ibd1e28c7b6bcbff81c98e6be91d6a11b1e3ab1ae
parent a6d8073b
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.