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:
parent
2d75f82aaf
commit
3fa77a15c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue