Merge "Set apex_available property"

This commit is contained in:
Treehugger Robot 2020-03-26 10:16:03 +00:00 committed by Gerrit Code Review
commit 4b466292d0

View file

@ -1775,6 +1775,12 @@ cc_library_headers {
ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
apex_available: [
"//apex_available:platform",
"com.android.runtime",
"com.android.art.debug",
"com.android.art.release",
],
no_libcrt: true,
stl: "none",
@ -1906,6 +1912,10 @@ cc_defaults {
ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
cflags: [
"-Wno-gcc-compat",