Merge "Set apex_available property"
This commit is contained in:
commit
262ff01d2b
1 changed files with 7 additions and 0 deletions
|
@ -1785,6 +1785,13 @@ cc_library_headers {
|
|||
system_shared_libs: [],
|
||||
stl: "none",
|
||||
sdk_version: "current",
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.runtime",
|
||||
"com.android.art.release", // from libdexfile_external
|
||||
"com.android.art.debug", // from libdexfile_external
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_headers {
|
||||
|
|
Loading…
Reference in a new issue