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
This commit is contained in:
@@ -93,8 +93,9 @@ ifeq ($(RELEASE_PACKAGE_NFC_STACK),NfcNci)
|
|||||||
PRODUCT_BOOT_JARS += \
|
PRODUCT_BOOT_JARS += \
|
||||||
framework-nfc
|
framework-nfc
|
||||||
else
|
else
|
||||||
PRODUCT_APEX_BOOT_JARS := \
|
PRODUCT_APEX_BOOT_JARS += \
|
||||||
com.android.nfcservices:framework-nfc
|
com.android.nfcservices:framework-nfc
|
||||||
|
$(call soong_config_set,bootclasspath,nfc_apex_bootclasspath_fragment,true)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# TODO(b/308174306): Adjust this after multiple prebuilts version is supported.
|
# TODO(b/308174306): Adjust this after multiple prebuilts version is supported.
|
||||||
|
Reference in New Issue
Block a user