You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
361 B
20 lines
361 B
4 months ago
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
cc_library_static {
|
||
|
name: "android.fmq.test-impl",
|
||
|
shared_libs: [
|
||
|
"libbase",
|
||
|
"libbinder_ndk",
|
||
|
"libfmq",
|
||
|
],
|
||
|
static_libs: [
|
||
|
"android.fmq.test-ndk_platform",
|
||
|
],
|
||
|
export_include_dirs: ["."],
|
||
|
srcs: [
|
||
|
"TestAidlMsgQ.cpp",
|
||
|
],
|
||
|
}
|