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
This commit is contained in:
Stephen Crane 2024-08-22 20:57:56 +00:00
parent 2d75f82aaf
commit 3fa77a15c5

View file

@ -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",