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

Commit 81c4e225 authored by Cole Faust's avatar Cole Faust
Browse files

Make simg2img host-only

This is supposed to be a host tool, but was being installed on
cuttlefish devices.

Bug: 205632228
Test: Presubmits
Change-Id: I9eb1ae1a5c171253617fa12283e2ec651afb5539
parent 9578c774
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -41,9 +41,8 @@ cc_library {
    ],
}

cc_binary {
cc_binary_host {
    name: "simg2img",
    host_supported: true,
    srcs: [
        "simg2img.cpp",
        "sparse_crc32.cpp",
@@ -62,9 +61,8 @@ cc_binary {
    },
}

cc_binary {
cc_binary_host {
    name: "img2simg",
    host_supported: true,
    srcs: ["img2simg.cpp"],
    static_libs: [
        "libsparse",