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

Commit 244f2242 authored by Roland Levillain's avatar Roland Levillain Committed by android-build-merger
Browse files

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

am: 9c2eef98

Change-Id: I121b48ca7c657bc524bc9c4bcf250a675f027e3a
parents ffe3ce0c 9c2eef98
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",
        },
    },