mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:48:30 +00:00
Merge "libaidlcommonsupport_test: static libs"
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user