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

Commit 3fa77a15 authored by Stephen Crane's avatar Stephen Crane
Browse files

trusty: Add host build for rpmb_dev

Building rpmb_dev as a host tool in soong makes it easy to package for
acloud, rather than building it in the Trusty build system and uploading
that to the remote instance.

Test: m
Bug: 354771029
Change-Id: I3b7f623238957ae3b25524d424025fd08f805657
parent 2d75f82a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,12 +18,12 @@ package {
cc_binary {
cc_binary {
    name: "rpmb_dev",
    name: "rpmb_dev",
    vendor: true,
    vendor: true,
    host_supported: true,


    srcs: [
    srcs: [
        "rpmb_dev.c",
        "rpmb_dev.c",
    ],
    ],
    shared_libs: [
    shared_libs: [
        "libc",
        "libcutils",
        "libcutils",
        "liblog",
        "liblog",
        "libcrypto",
        "libcrypto",