Merge "Define linker.config.json as a filegroup" into main am: 511a1733ec
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3261856 Change-Id: I96934255ff27baea5a1573fafc909c95e33572dc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
460eda048a
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