Merge "Set apex_available property"
This commit is contained in:
commit
4b466292d0
1 changed files with 10 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue