From 3fa77a15c5149d4e760d79999a9d1c54c1f4eaa5 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Thu, 22 Aug 2024 20:57:56 +0000 Subject: [PATCH] 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 --- trusty/utils/rpmb_dev/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/utils/rpmb_dev/Android.bp b/trusty/utils/rpmb_dev/Android.bp index 5e9caafee..603a1a80a 100644 --- a/trusty/utils/rpmb_dev/Android.bp +++ b/trusty/utils/rpmb_dev/Android.bp @@ -18,12 +18,12 @@ package { cc_binary { name: "rpmb_dev", vendor: true, + host_supported: true, srcs: [ "rpmb_dev.c", ], shared_libs: [ - "libc", "libcutils", "liblog", "libcrypto",