Merge "Revert "Set apex_available property""

This commit is contained in:
Anna Trostanetski 2020-03-23 14:14:32 +00:00 committed by Gerrit Code Review
commit 447a1ead21
5 changed files with 0 additions and 21 deletions

View file

@ -526,7 +526,6 @@ cc_library {
name: "libadbd",
defaults: ["adbd_defaults", "host_adbd_supported"],
recovery_available: true,
apex_available: ["com.android.adbd"],
// avoid getting duplicate symbol of android::build::getbuildnumber().
use_version_lib: false,
@ -581,7 +580,6 @@ cc_binary {
defaults: ["adbd_defaults", "host_adbd_supported"],
stl: "libc++_static",
recovery_available: true,
apex_available: ["com.android.adbd"],
srcs: [
"daemon/main.cpp",

View file

@ -18,11 +18,6 @@ cc_library {
use_version_lib: false,
recovery_available: true,
apex_available: [
"com.android.adbd",
// TODO(b/151398197) remove the below
"//apex_available:platform",
],
compile_multilib: "both",
}

View file

@ -3,11 +3,6 @@ cc_library_static {
cflags: ["-Wall", "-Wextra", "-Werror"],
host_supported: true,
recovery_available: true,
apex_available: [
"com.android.adbd",
// TODO(b/151398197) remove the below
"//apex_available:platform",
],
target: {
windows: {
enabled: true,

View file

@ -28,10 +28,6 @@ cc_library {
defaults: ["libasyncio_defaults"],
vendor_available: true,
recovery_available: true,
apex_available: [
"//apex_available:platform",
"com.android.adbd",
],
host_supported: true,
srcs: [
"AsyncIO.cpp",

View file

@ -4,11 +4,6 @@ cc_library_static {
name: "libqemu_pipe",
vendor_available: true,
recovery_available: true,
apex_available: [
"com.android.adbd",
// TODO(b/151398197) remove the below
"//apex_available:platform",
],
sanitize: {
misc_undefined: ["integer"],
},