blob: 54660e4da81b11466566cd0d9e2e739dfb587394 [file] [log] [blame]
cc_library_static {
name: "android.fmq.test-impl",
shared_libs: [
"libbase",
"libbinder_ndk",
"libfmq",
"android.hardware.common-unstable-ndk_platform",
],
static_libs: [
"android.fmq.test-ndk_platform",
],
export_include_dirs: ["."],
srcs: [
"TestAidlMsgQ.cpp",
],
}