Handle new filetype 'linker_config'

Handle new filetype 'linker_config' which is configuration for
linkerconfig in json type and convert into protobuf in build time.

Bug: 169634881
Test: Build succeeded and cuttlefish boot succeeded
Change-Id: I56555fc738e6d6600d15a191a24f79a2ee747f52
This commit is contained in:
Kiyoung Kim
2020-10-06 17:16:44 +09:00
parent 6ddb81b0db
commit 62abd12ba5
9 changed files with 415 additions and 0 deletions

View File

@@ -206,3 +206,22 @@ python_binary_host {
"ninja_rsp.py",
],
}
python_binary_host {
name: "conv_linker_config",
srcs: [
"conv_linker_config.py",
],
version: {
py2: {
enabled: false,
},
py3: {
enabled: true,
embedded_launcher: true,
},
},
libs: [
"linker_config_proto",
],
}