blob: b64913badb6a3a7f4ed4e880004f72ee84167c78 [file] [log] [blame]
cc_test {
name: "hidl_test",
gtest: false,
srcs: ["main.cpp"],
shared_libs: [
"libbase",
"liblog",
"libcutils",
"libhidl",
"libhwbinder",
"libnativehelper",
"libutils",
"android.hardware.tests.foo@1.0",
"android.hardware.tests.bar@1.0",
"android.hardware.tests.pointer@1.0",
],
static_libs: ["libgtest"],
cflags: [
"-O0",
"-g",
],
}