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