Merge "Define linker.config.json as a filegroup" into main

This commit is contained in:
Treehugger Robot 2024-09-13 03:25:02 +00:00 committed by Gerrit Code Review
commit 511a1733ec

View file

@ -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,
}