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

Commit bd0b206e 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...

Merge "Use suffixes instead of stems in the definition of module `app_process`." am: 9c2eef98 am: 244f2242 am: 2899709c
am: 528f9f21

Change-Id: I0d4a7cbb22ca9aa6a743ecee9b0d08409287cd46
parents 77ca1f05 528f9f21
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",
        },
    },