Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 511a1733 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents bd66ab0a 807ab258
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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,
}