Merge "Define linker.config.json as a filegroup" into main
This commit is contained in:
commit
511a1733ec
1 changed files with 6 additions and 1 deletions
|
|
@ -50,10 +50,15 @@ prebuilt_etc {
|
|||
recovery_available: true,
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "system_linker_config_json_file",
|
||||
srcs: ["etc/linker.config.json"],
|
||||
}
|
||||
|
||||
// TODO(b/147210213) Generate list of libraries during build and fill in at build time
|
||||
linker_config {
|
||||
name: "system_linker_config",
|
||||
src: "etc/linker.config.json",
|
||||
src: ":system_linker_config_json_file",
|
||||
installable: false,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue