Add linkerconfig to Runtime APEX

Add linkerconfig to Runtime APEX module.

Bug: 165769179
Test: Cuttlefish boot succeeded
Change-Id: I31c4bfa2ce88b64d7100f227ec289416db253b13
This commit is contained in:
Kiyoung Kim
2020-11-30 14:42:14 +09:00
parent e76ec1cbeb
commit 4098c7eddf
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 {