• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: "36",
13    host_supported: true,
14    apex_available: [
15        "//apex_available:platform",
16        "com.android.nfcservices",
17    ],
18    visibility: [
19        "//hardware/interfaces/nfc/aidl/vts/functional:__subpackages__",
20        "//packages/modules/Nfc:__subpackages__",
21    ],
22}
23