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

Commit 6f9ce5a7 authored by Spandan Das's avatar Spandan Das
Browse files

Rename linkerconfig to linker_config

This makes it consistent with its inner props `gen_linker_config` and
`linker_config_srcs`

Test: m nothing --no-skip-soong-tests
Change-Id: I52512b8523c37457a9e6a8212a1d53ed6fe27688
parent 2e0d7911
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -348,7 +348,7 @@ android_system_image {
    dirs: android_rootdirs,
    dirs: android_rootdirs,
    symlinks: android_symlinks,
    symlinks: android_symlinks,
    file_contexts: ":plat_file_contexts",
    file_contexts: ":plat_file_contexts",
    linkerconfig: {
    linker_config: {
        gen_linker_config: true,
        gen_linker_config: true,
        linker_config_srcs: [":system_linker_config_json_file"],
        linker_config_srcs: [":system_linker_config_json_file"],
    },
    },