Merge "Add apex available to liblog" am: fd73daa049

Change-Id: Ieeef95dbe8339d3d343c9bf21724cfaa1859be1f
This commit is contained in:
Jeffrey Huang 2020-02-14 00:57:49 +00:00
commit 97b4d62ed4
1 changed files with 4 additions and 0 deletions

View File

@ -121,6 +121,10 @@ cc_library {
],
logtags: ["event.logtags"],
compile_multilib: "both",
apex_available: [
"//apex_available:anyapex",
"//apex_available:platform",
],
}
ndk_headers {