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

This commit is contained in:
Roshan Pius
2024-01-15 21:59:44 +00:00
committed by Android (Google) Code Review

View File

@@ -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.