Merge "libaidlcommonsupport_test: static libs"

This commit is contained in:
Treehugger Robot
2021-01-26 21:01:04 +00:00
committed by Gerrit Code Review

View File

@@ -6,7 +6,7 @@ cc_library_static {
srcs: ["NativeHandle.cpp"],
export_include_dirs: ["include"],
shared_libs: [
"android.hardware.common-unstable-ndk_platform",
"android.hardware.common-V2-ndk_platform",
"libcutils",
],
}
@@ -17,10 +17,10 @@ cc_test {
defaults: ["libbinder_ndk_host_user"],
srcs: ["test.cpp"],
static_libs: [
"android.hardware.common-V2-ndk_platform",
"libaidlcommonsupport",
],
shared_libs: [
"android.hardware.common-unstable-ndk_platform",
"libcutils",
],
test_suites: ["general-tests"],