commit | e57d3f2110cf9c68946d344b323246baa3e82bea | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Sep 09 19:45:16 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Sep 09 19:45:16 2024 +0000 |
tree | 2d055630ba9a25957f853e055a20e03402934a13 | |
parent | c908a97068849c00141be72952e6530beed9fe07 [diff] | |
parent | 3fa77a15c5149d4e760d79999a9d1c54c1f4eaa5 [diff] |
Merge "trusty: Add host build for rpmb_dev" into main
diff --git a/trusty/utils/rpmb_dev/Android.bp b/trusty/utils/rpmb_dev/Android.bp index 5e9caaf..603a1a8 100644 --- a/trusty/utils/rpmb_dev/Android.bp +++ b/trusty/utils/rpmb_dev/Android.bp
@@ -18,12 +18,12 @@ cc_binary { name: "rpmb_dev", vendor: true, + host_supported: true, srcs: [ "rpmb_dev.c", ], shared_libs: [ - "libc", "libcutils", "liblog", "libcrypto",