Merge "Add linkerconfig to Runtime APEX"

This commit is contained in:
Kiyoung Kim
2020-12-04 01:00:22 +00:00
committed by Gerrit Code Review
3 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ cc_library_static {
type: "lite",
},
srcs: ["linker_config.proto"],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
}
python_library_host {