aboutsummaryrefslogtreecommitdiff
path: root/stack/test/fuzzers/Android.bp
blob: c267209825b1044ac81805c65900c67609626d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "system_bt_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["system_bt_license"],
}

cc_defaults {
    name: "libbt-stack_fuzz_defaults",
    defaults: ["fluoride_defaults"],
    include_dirs: [
        "system/bt/",
        "system/bt/include/",
        "system/bt/types/",
        "system/bt/internal_include/",
        "system/bt/stack/include",
        "system/bt/stack/test",
    ],
    static_libs: [
        "libbt-stack",
        "libbte",
        "libFraunhoferAAC",
        "libbt-audio-hal-interface",
        "libbtcore",
        "libbt-bta",
        "libbt-stack",
        "libbt-common",
        "libbt-sbc-decoder",
        "libbt-sbc-encoder",
        "libbt-utils",
        "libbtif",
        "libbt-hci",
        "libbtdevice",
        "libg722codec",
        "libosi",
        "libudrv-uipc",
        "libbt-protos-lite",
        "libbluetooth_gd",
    ],
    shared_libs: [
        "libbinder",
        "libbase",
        "libcutils",
        "liblog",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.system.suspend.control-V1-ndk",
        "libaaudio",
        "libbinder_ndk",
        "libfmq",
        "libhidlbase",
        "libprocessgroup",
        "libprotobuf-cpp-lite",
        "libutils",
        "libcrypto",
    ],
}