From 81c4e225bf1546ff3f9ce4019f5bd3a58c57ba5f Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Fri, 25 Aug 2023 15:34:08 -0700 Subject: [PATCH] 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 --- libsparse/Android.bp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libsparse/Android.bp b/libsparse/Android.bp index 5a7d0fc78..44907a1f0 100644 --- a/libsparse/Android.bp +++ b/libsparse/Android.bp @@ -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",