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

Commit bd752892 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang
Browse files

Support driver/profiler for all hals.

* Update the make file to generate driver/profiler for hals.

Test: mma
Change-Id: I2a91d913b05beb8e1ecf28a205852f848ef1f5ee
parent faad7891
Loading
Loading
Loading
Loading
+95 −0
Original line number Original line Diff line number Diff line
@@ -50,3 +50,98 @@ cc_library_shared {
        "android.hidl.base@1.0",
        "android.hidl.base@1.0",
    ],
    ],
}
}

genrule {
    name: "android.hardware.benchmarks.msgq.vts.driver@1.0_genc++",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.benchmarks.msgq@1.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/benchmarks/msgq/1.0/ $(genDir)/android/hardware/benchmarks/msgq/1.0/",
    srcs: [
        "IBenchmarkMsgQ.hal",
    ],
    out: [
        "android/hardware/benchmarks/msgq/1.0/BenchmarkMsgQ.vts.cpp",
    ],
}

genrule {
    name: "android.hardware.benchmarks.msgq.vts.driver@1.0_genc++_headers",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.benchmarks.msgq@1.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/benchmarks/msgq/1.0/ $(genDir)/android/hardware/benchmarks/msgq/1.0/",
    srcs: [
        "IBenchmarkMsgQ.hal",
    ],
    out: [
        "android/hardware/benchmarks/msgq/1.0/BenchmarkMsgQ.vts.h",
    ],
}

cc_library_shared {
    name: "android.hardware.benchmarks.msgq.vts.driver@1.0",
    generated_sources: ["android.hardware.benchmarks.msgq.vts.driver@1.0_genc++"],
    generated_headers: ["android.hardware.benchmarks.msgq.vts.driver@1.0_genc++_headers"],
    export_generated_headers: ["android.hardware.benchmarks.msgq.vts.driver@1.0_genc++_headers"],
    shared_libs: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libutils",
        "libcutils",
        "libvts_common",
        "libvts_datatype",
        "libvts_measurement",
        "libvts_multidevice_proto",
        "libcamera_metadata",
        "libprotobuf-cpp-full",
        "android.hidl.base@1.0",
        "android.hardware.benchmarks.msgq@1.0",
    ],
    export_shared_lib_headers: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libutils",
        "android.hidl.base@1.0",
    ],
}

genrule {
    name: "android.hardware.benchmarks.msgq@1.0-vts.profiler_genc++",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.benchmarks.msgq@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/benchmarks/msgq/1.0/ $(genDir)/android/hardware/benchmarks/msgq/1.0/",
    srcs: [
        "IBenchmarkMsgQ.hal",
    ],
    out: [
        "android/hardware/benchmarks/msgq/1.0/BenchmarkMsgQ.vts.cpp",
    ],
}

genrule {
    name: "android.hardware.benchmarks.msgq@1.0-vts.profiler_genc++_headers",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.benchmarks.msgq@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/benchmarks/msgq/1.0/ $(genDir)/android/hardware/benchmarks/msgq/1.0/",
    srcs: [
        "IBenchmarkMsgQ.hal",
    ],
    out: [
        "android/hardware/benchmarks/msgq/1.0/BenchmarkMsgQ.vts.h",
    ],
}

cc_library_shared {
    name: "android.hardware.benchmarks.msgq@1.0-vts.profiler",
    generated_sources: ["android.hardware.benchmarks.msgq@1.0-vts.profiler_genc++"],
    generated_headers: ["android.hardware.benchmarks.msgq@1.0-vts.profiler_genc++_headers"],
    export_generated_headers: ["android.hardware.benchmarks.msgq@1.0-vts.profiler_genc++_headers"],
    shared_libs: [
        "libbase",
        "libhidlbase",
        "libhidltransport",
        "libvts_profiling",
        "libvts_multidevice_proto",
        "libprotobuf-cpp-full",
        "android.hidl.base@1.0",
        "android.hardware.benchmarks.msgq@1.0",
    ],
}
+111 −0
Original line number Original line Diff line number Diff line
@@ -62,3 +62,114 @@ cc_library_shared {
        "android.hidl.base@1.0",
        "android.hidl.base@1.0",
    ],
    ],
}
}

genrule {
    name: "android.hardware.bluetooth.vts.driver@1.0_genc++",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/bluetooth/1.0/ $(genDir)/android/hardware/bluetooth/1.0/",
    srcs: [
        "types.hal",
        "IBluetoothHci.hal",
        "IBluetoothHciCallbacks.hal",
    ],
    out: [
        "android/hardware/bluetooth/1.0/types.vts.cpp",
        "android/hardware/bluetooth/1.0/BluetoothHci.vts.cpp",
        "android/hardware/bluetooth/1.0/BluetoothHciCallbacks.vts.cpp",
    ],
}

genrule {
    name: "android.hardware.bluetooth.vts.driver@1.0_genc++_headers",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/bluetooth/1.0/ $(genDir)/android/hardware/bluetooth/1.0/",
    srcs: [
        "types.hal",
        "IBluetoothHci.hal",
        "IBluetoothHciCallbacks.hal",
    ],
    out: [
        "android/hardware/bluetooth/1.0/types.vts.h",
        "android/hardware/bluetooth/1.0/BluetoothHci.vts.h",
        "android/hardware/bluetooth/1.0/BluetoothHciCallbacks.vts.h",
    ],
}

cc_library_shared {
    name: "android.hardware.bluetooth.vts.driver@1.0",
    generated_sources: ["android.hardware.bluetooth.vts.driver@1.0_genc++"],
    generated_headers: ["android.hardware.bluetooth.vts.driver@1.0_genc++_headers"],
    export_generated_headers: ["android.hardware.bluetooth.vts.driver@1.0_genc++_headers"],
    shared_libs: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libutils",
        "libcutils",
        "libvts_common",
        "libvts_datatype",
        "libvts_measurement",
        "libvts_multidevice_proto",
        "libcamera_metadata",
        "libprotobuf-cpp-full",
        "android.hidl.base@1.0",
        "android.hardware.bluetooth@1.0",
    ],
    export_shared_lib_headers: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libutils",
        "android.hidl.base@1.0",
    ],
}

genrule {
    name: "android.hardware.bluetooth@1.0-vts.profiler_genc++",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/bluetooth/1.0/ $(genDir)/android/hardware/bluetooth/1.0/",
    srcs: [
        "types.hal",
        "IBluetoothHci.hal",
        "IBluetoothHciCallbacks.hal",
    ],
    out: [
        "android/hardware/bluetooth/1.0/types.vts.cpp",
        "android/hardware/bluetooth/1.0/BluetoothHci.vts.cpp",
        "android/hardware/bluetooth/1.0/BluetoothHciCallbacks.vts.cpp",
    ],
}

genrule {
    name: "android.hardware.bluetooth@1.0-vts.profiler_genc++_headers",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/bluetooth/1.0/ $(genDir)/android/hardware/bluetooth/1.0/",
    srcs: [
        "types.hal",
        "IBluetoothHci.hal",
        "IBluetoothHciCallbacks.hal",
    ],
    out: [
        "android/hardware/bluetooth/1.0/types.vts.h",
        "android/hardware/bluetooth/1.0/BluetoothHci.vts.h",
        "android/hardware/bluetooth/1.0/BluetoothHciCallbacks.vts.h",
    ],
}

cc_library_shared {
    name: "android.hardware.bluetooth@1.0-vts.profiler",
    generated_sources: ["android.hardware.bluetooth@1.0-vts.profiler_genc++"],
    generated_headers: ["android.hardware.bluetooth@1.0-vts.profiler_genc++_headers"],
    export_generated_headers: ["android.hardware.bluetooth@1.0-vts.profiler_genc++_headers"],
    shared_libs: [
        "libbase",
        "libhidlbase",
        "libhidltransport",
        "libvts_profiling",
        "libvts_multidevice_proto",
        "libprotobuf-cpp-full",
        "android.hidl.base@1.0",
        "android.hardware.bluetooth@1.0",
    ],
}
+10 −10
Original line number Original line Diff line number Diff line
@@ -114,38 +114,38 @@ cc_library_shared {
}
}


genrule {
genrule {
    name: "android.hardware.boot@1.0-IBootControl-vts.profiler_genc++",
    name: "android.hardware.boot@1.0-vts.profiler_genc++",
    tools: ["hidl-gen", "vtsc"],
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/boot/1.0/ $(genDir)/android/hardware/boot/1.0/",
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/boot/1.0/ $(genDir)/android/hardware/boot/1.0/",
    srcs: [
    srcs: [
        "IBootControl.hal",
        "types.hal",
        "types.hal",
        "IBootControl.hal",
    ],
    ],
    out: [
    out: [
        "android/hardware/boot/1.0/BootControl.vts.cpp",
        "android/hardware/boot/1.0/types.vts.cpp",
        "android/hardware/boot/1.0/types.vts.cpp",
        "android/hardware/boot/1.0/BootControl.vts.cpp",
    ],
    ],
}
}


genrule {
genrule {
    name: "android.hardware.boot@1.0-IBootControl-vts.profiler_genc++_headers",
    name: "android.hardware.boot@1.0-vts.profiler_genc++_headers",
    tools: ["hidl-gen", "vtsc"],
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/boot/1.0/ $(genDir)/android/hardware/boot/1.0/",
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/boot/1.0/ $(genDir)/android/hardware/boot/1.0/",
    srcs: [
    srcs: [
        "IBootControl.hal",
        "types.hal",
        "types.hal",
        "IBootControl.hal",
    ],
    ],
    out: [
    out: [
        "android/hardware/boot/1.0/BootControl.vts.h",
        "android/hardware/boot/1.0/types.vts.h",
        "android/hardware/boot/1.0/types.vts.h",
        "android/hardware/boot/1.0/BootControl.vts.h",
    ],
    ],
}
}


cc_library_shared {
cc_library_shared {
    name: "android.hardware.boot@1.0-IBootControl-vts.profiler",
    name: "android.hardware.boot@1.0-vts.profiler",
    generated_sources: ["android.hardware.boot@1.0-IBootControl-vts.profiler_genc++"],
    generated_sources: ["android.hardware.boot@1.0-vts.profiler_genc++"],
    generated_headers: ["android.hardware.boot@1.0-IBootControl-vts.profiler_genc++_headers"],
    generated_headers: ["android.hardware.boot@1.0-vts.profiler_genc++_headers"],
    export_generated_headers: ["android.hardware.boot@1.0-IBootControl-vts.profiler_genc++_headers"],
    export_generated_headers: ["android.hardware.boot@1.0-vts.profiler_genc++_headers"],
    shared_libs: [
    shared_libs: [
        "libbase",
        "libbase",
        "libhidlbase",
        "libhidlbase",
+10 −10
Original line number Original line Diff line number Diff line
@@ -114,38 +114,38 @@ cc_library_shared {
}
}


genrule {
genrule {
    name: "android.hardware.ir@1.0-IConsumerIr-vts.profiler_genc++",
    name: "android.hardware.ir@1.0-vts.profiler_genc++",
    tools: ["hidl-gen", "vtsc"],
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.ir@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/ir/1.0/ $(genDir)/android/hardware/ir/1.0/",
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.ir@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/ir/1.0/ $(genDir)/android/hardware/ir/1.0/",
    srcs: [
    srcs: [
        "IConsumerIr.hal",
        "types.hal",
        "types.hal",
        "IConsumerIr.hal",
    ],
    ],
    out: [
    out: [
        "android/hardware/ir/1.0/ConsumerIr.vts.cpp",
        "android/hardware/ir/1.0/types.vts.cpp",
        "android/hardware/ir/1.0/types.vts.cpp",
        "android/hardware/ir/1.0/ConsumerIr.vts.cpp",
    ],
    ],
}
}


genrule {
genrule {
    name: "android.hardware.ir@1.0-IConsumerIr-vts.profiler_genc++_headers",
    name: "android.hardware.ir@1.0-vts.profiler_genc++_headers",
    tools: ["hidl-gen", "vtsc"],
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.ir@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/ir/1.0/ $(genDir)/android/hardware/ir/1.0/",
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.ir@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/ir/1.0/ $(genDir)/android/hardware/ir/1.0/",
    srcs: [
    srcs: [
        "IConsumerIr.hal",
        "types.hal",
        "types.hal",
        "IConsumerIr.hal",
    ],
    ],
    out: [
    out: [
        "android/hardware/ir/1.0/ConsumerIr.vts.h",
        "android/hardware/ir/1.0/types.vts.h",
        "android/hardware/ir/1.0/types.vts.h",
        "android/hardware/ir/1.0/ConsumerIr.vts.h",
    ],
    ],
}
}


cc_library_shared {
cc_library_shared {
    name: "android.hardware.ir@1.0-IConsumerIr-vts.profiler",
    name: "android.hardware.ir@1.0-vts.profiler",
    generated_sources: ["android.hardware.ir@1.0-IConsumerIr-vts.profiler_genc++"],
    generated_sources: ["android.hardware.ir@1.0-vts.profiler_genc++"],
    generated_headers: ["android.hardware.ir@1.0-IConsumerIr-vts.profiler_genc++_headers"],
    generated_headers: ["android.hardware.ir@1.0-vts.profiler_genc++_headers"],
    export_generated_headers: ["android.hardware.ir@1.0-IConsumerIr-vts.profiler_genc++_headers"],
    export_generated_headers: ["android.hardware.ir@1.0-vts.profiler_genc++_headers"],
    shared_libs: [
    shared_libs: [
        "libbase",
        "libbase",
        "libhidlbase",
        "libhidlbase",
+12 −53
Original line number Original line Diff line number Diff line
@@ -126,83 +126,42 @@ cc_library_shared {
}
}


genrule {
genrule {
    name: "android.hardware.nfc@1.0-INfc-vts.profiler_genc++",
    name: "android.hardware.nfc@1.0-vts.profiler_genc++",
    tools: ["hidl-gen", "vtsc"],
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/nfc/1.0/ $(genDir)/android/hardware/nfc/1.0/",
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/nfc/1.0/ $(genDir)/android/hardware/nfc/1.0/",
    srcs: [
    srcs: [
        "INfc.hal",
        "types.hal",
        "types.hal",
    ],
    out: [
        "android/hardware/nfc/1.0/Nfc.vts.cpp",
        "android/hardware/nfc/1.0/types.vts.cpp",
    ],
}

genrule {
    name: "android.hardware.nfc@1.0-INfc-vts.profiler_genc++_headers",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/nfc/1.0/ $(genDir)/android/hardware/nfc/1.0/",
    srcs: [
        "INfc.hal",
        "INfc.hal",
        "types.hal",
    ],
    out: [
        "android/hardware/nfc/1.0/Nfc.vts.h",
        "android/hardware/nfc/1.0/types.vts.h",
    ],
}

cc_library_shared {
    name: "android.hardware.nfc@1.0-INfc-vts.profiler",
    generated_sources: ["android.hardware.nfc@1.0-INfc-vts.profiler_genc++"],
    generated_headers: ["android.hardware.nfc@1.0-INfc-vts.profiler_genc++_headers"],
    export_generated_headers: ["android.hardware.nfc@1.0-INfc-vts.profiler_genc++_headers"],
    shared_libs: [
        "libbase",
        "libhidlbase",
        "libhidltransport",
        "libvts_profiling",
        "libvts_multidevice_proto",
        "libprotobuf-cpp-full",
        "android.hidl.base@1.0",
        "android.hardware.nfc@1.0",
    ],
}

genrule {
    name: "android.hardware.nfc@1.0-INfcClientCallback-vts.profiler_genc++",
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/nfc/1.0/ $(genDir)/android/hardware/nfc/1.0/",
    srcs: [
        "INfcClientCallback.hal",
        "INfcClientCallback.hal",
        "types.hal",
    ],
    ],
    out: [
    out: [
        "android/hardware/nfc/1.0/NfcClientCallback.vts.cpp",
        "android/hardware/nfc/1.0/types.vts.cpp",
        "android/hardware/nfc/1.0/types.vts.cpp",
        "android/hardware/nfc/1.0/Nfc.vts.cpp",
        "android/hardware/nfc/1.0/NfcClientCallback.vts.cpp",
    ],
    ],
}
}


genrule {
genrule {
    name: "android.hardware.nfc@1.0-INfcClientCallback-vts.profiler_genc++_headers",
    name: "android.hardware.nfc@1.0-vts.profiler_genc++_headers",
    tools: ["hidl-gen", "vtsc"],
    tools: ["hidl-gen", "vtsc"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/nfc/1.0/ $(genDir)/android/hardware/nfc/1.0/",
    cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.nfc@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/nfc/1.0/ $(genDir)/android/hardware/nfc/1.0/",
    srcs: [
    srcs: [
        "INfcClientCallback.hal",
        "types.hal",
        "types.hal",
        "INfc.hal",
        "INfcClientCallback.hal",
    ],
    ],
    out: [
    out: [
        "android/hardware/nfc/1.0/NfcClientCallback.vts.h",
        "android/hardware/nfc/1.0/types.vts.h",
        "android/hardware/nfc/1.0/types.vts.h",
        "android/hardware/nfc/1.0/Nfc.vts.h",
        "android/hardware/nfc/1.0/NfcClientCallback.vts.h",
    ],
    ],
}
}


cc_library_shared {
cc_library_shared {
    name: "android.hardware.nfc@1.0-INfcClientCallback-vts.profiler",
    name: "android.hardware.nfc@1.0-vts.profiler",
    generated_sources: ["android.hardware.nfc@1.0-INfcClientCallback-vts.profiler_genc++"],
    generated_sources: ["android.hardware.nfc@1.0-vts.profiler_genc++"],
    generated_headers: ["android.hardware.nfc@1.0-INfcClientCallback-vts.profiler_genc++_headers"],
    generated_headers: ["android.hardware.nfc@1.0-vts.profiler_genc++_headers"],
    export_generated_headers: ["android.hardware.nfc@1.0-INfcClientCallback-vts.profiler_genc++_headers"],
    export_generated_headers: ["android.hardware.nfc@1.0-vts.profiler_genc++_headers"],
    shared_libs: [
    shared_libs: [
        "libbase",
        "libbase",
        "libhidlbase",
        "libhidlbase",
Loading