OSDN Git Service

release-request-bd6aa7dd-7b02-4794-942c-14599bf61208-for-git_oc-mr1-release-4193791...
[android-x86/hardware-interfaces.git] / tests / inheritance / 1.0 / default / Android.bp
1
2
3 cc_library_shared {
4     name: "android.hardware.tests.inheritance@1.0-impl",
5     defaults: ["hidl_defaults"],
6     relative_install_path: "hw",
7     srcs: [
8         "Fetcher.cpp",
9         "Parent.cpp",
10         "Child.cpp",
11     ],
12
13     shared_libs: [
14         "libbase",
15         "libhidlbase",
16         "libhidltransport",
17         "liblog",
18         "libutils",
19         "android.hardware.tests.inheritance@1.0",
20     ],
21
22 }