Merge "Set apex_available property" am: 1ddfe48a9c
Change-Id: Id5b2b5d99ed792d1e36261c09370dc5cfce2b37d
This commit is contained in:
commit
1e3a20c094
1 changed files with 14 additions and 0 deletions
|
@ -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",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue