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
This commit is contained in:
parent
9578c774a9
commit
81c4e225bf
1 changed files with 2 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue