summaryrefslogtreecommitdiffstats
blob: 8571c8743b048b7af5a2e7a0dc35a8e81a60297f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23


cc_library_shared {
    name: "android.hardware.tests.foo@1.0-impl",
    relative_install_path: "hw",
    srcs: [
        "Foo.cpp",
        "FooCallback.cpp",
        "MyTypes.cpp",
        "TheirTypes.cpp",
    ],

    shared_libs: [
        "libbase",
        "libhidl",
        "libfootest",
        "libhwbinder",
        "liblog",
        "libutils",
        "android.hardware.tests.foo@1.0",
    ],

}