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

Commit 81f1da48 authored by Akilesh Kailash's avatar Akilesh Kailash
Browse files

create_snapshot: Build the binary as static



Build it statically so that it gets easy to be deployed
in lab host without additional shared dependency.

Bug: 342328623
Test: Build create_snapshot; ldd create_snapshot
Change-Id: Ie788ba34bfff38cf78f29ad41d912dcad3bf77de
Signed-off-by: default avatarAkilesh Kailash <akailash@google.com>
parent f11349ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -503,6 +503,8 @@ cc_binary {
            enabled: false,
            enabled: false,
        },
        },
    },
    },
    stl: "libc++_static",
    static_executable: true,
}
}


python_library_host {
python_library_host {