Merge "Set apex_available property"

This commit is contained in:
Treehugger Robot 2020-03-10 07:30:36 +00:00 committed by Gerrit Code Review
commit 2401f5f2cc
7 changed files with 36 additions and 0 deletions

View file

@ -47,6 +47,10 @@ cc_library_headers {
enabled: true,
},
},
apex_available: [
"//apex_available:anyapex",
"//apex_available:platform",
],
}
cc_defaults {

View file

@ -44,12 +44,20 @@ cc_library_headers {
recovery_available: true,
native_bridge_supported: true,
export_include_dirs: ["include"],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
}
cc_library {
name: "libbacktrace",
vendor_available: false,
recovery_available: true,
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
vndk: {
enabled: true,
support_system_process: true,

View file

@ -38,4 +38,8 @@ cc_library {
enabled: true,
},
},
apex_available: [
"//apex_available:platform",
"com.android.adbd",
],
}

View file

@ -29,6 +29,10 @@ cc_library_headers {
vendor_available: true,
recovery_available: true,
host_supported: true,
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
native_bridge_supported: true,
export_include_dirs: ["include"],
target: {
@ -137,6 +141,10 @@ cc_library {
},
recovery_available: true,
host_supported: true,
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
native_bridge_supported: true,
srcs: [
"config_utils.cpp",

View file

@ -38,6 +38,10 @@ cc_library_headers {
vendor_available: true,
ramdisk_available: true,
recovery_available: true,
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
native_bridge_supported: true,
export_include_dirs: ["include"],
system_shared_libs: [],

View file

@ -4,6 +4,10 @@ cc_library_headers {
recovery_available: true,
host_supported: true,
native_bridge_supported: true,
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
export_include_dirs: ["include"],
target: {

View file

@ -18,6 +18,10 @@ cc_library_headers {
recovery_available: true,
host_supported: true,
native_bridge_supported: true,
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
header_libs: [
"liblog_headers",