mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "remove libbinder_ndk_host_user"
This commit is contained in:
@@ -11,7 +11,11 @@ cc_library_static {
|
||||
name: "libaidlcommonsupport",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
defaults: ["libbinder_ndk_host_user"],
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
srcs: ["NativeHandle.cpp"],
|
||||
export_include_dirs: ["include"],
|
||||
shared_libs: [
|
||||
@@ -28,7 +32,11 @@ cc_library_static {
|
||||
cc_test {
|
||||
name: "libaidlcommonsupport_test",
|
||||
host_supported: true,
|
||||
defaults: ["libbinder_ndk_host_user"],
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
srcs: ["test.cpp"],
|
||||
static_libs: [
|
||||
"android.hardware.common-V2-ndk",
|
||||
|
||||
@@ -62,9 +62,11 @@ cc_library {
|
||||
"android.hardware.health@2.0",
|
||||
"android.hardware.health@2.1",
|
||||
],
|
||||
defaults: [
|
||||
"libbinder_ndk_host_user",
|
||||
],
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
java_library {
|
||||
|
||||
@@ -24,9 +24,11 @@ package {
|
||||
cc_defaults {
|
||||
name: "libhealthshim_defaults",
|
||||
host_supported: true, // for testing
|
||||
defaults: [
|
||||
"libbinder_ndk_host_user",
|
||||
],
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
|
||||
Reference in New Issue
Block a user