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

Commit 7103a89d authored by Roland Levillain's avatar Roland Levillain
Browse files

Use suffixes instead of stems in the definition of module `app_process`.

Test: Device boot test
Change-Id: Ibbf888383b4fe3204b71978243267765092d51c6
parent 79e58ad9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@ cc_binary {
    multilib: {
        lib32: {
            version_script: ":art_sigchain_version_script32.txt",
            stem: "app_process32",
            suffix: "32",
        },
        lib64: {
            version_script: ":art_sigchain_version_script64.txt",
            stem: "app_process64",
            suffix: "64",
        },
    },