1// NFC Flag definitions 2aconfig_declarations { 3 name: "aconfig_system_nfc", 4 package: "com.android.nfc.nci.flags", 5 container: "system", 6 srcs: ["flags.aconfig"], 7} 8 9cc_aconfig_library { 10 name: "libnfc-nci_flags", 11 aconfig_declarations: "aconfig_system_nfc", 12 min_sdk_version: "35", // Make it 36 once available. 13 host_supported: true, 14 apex_available: [ 15 "//apex_available:platform", 16 "com.android.nfcservices", 17 ], 18} 19