Merge "Set apex_available property"

This commit is contained in:
Treehugger Robot 2020-04-11 04:59:53 +00:00 committed by Gerrit Code Review
commit 1ddfe48a9c

View file

@ -18,6 +18,15 @@ cc_library_static {
export_include_dirs: ["include"], export_include_dirs: ["include"],
export_header_lib_headers: ["liblog_headers"], export_header_lib_headers: ["liblog_headers"],
stl: "none", stl: "none",
apex_available: [
"//apex_available:platform",
"com.android.runtime",
"com.android.art.debug",
"com.android.art.release",
"com.android.media",
"com.android.media.swcodec",
],
} }
cc_library_headers { cc_library_headers {
@ -31,4 +40,9 @@ cc_library_headers {
system_shared_libs: [], system_shared_libs: [],
stl: "none", stl: "none",
apex_available: [
"//apex_available:platform",
"com.android.runtime",
],
} }