aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2021-11-12 18:57:38 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-12 18:57:38 +0000
commita49d73e90a53b3b8adf2e586fb22349f111aeebe (patch)
tree90ba4786b05e139426c11f8674be139509bb5d09
parent7a27db708dea9685fdeacfff3d3a18ae35926fff (diff)
parent69525faa957d46ed997d89b63276c5b5abede727 (diff)
downloadopen-dice-a49d73e90a53b3b8adf2e586fb22349f111aeebe.tar.gz
Make open-dice dependencies for DICE HAL vendor available. am: 785b0b4c6d am: 69525faa95
Original change: https://android-review.googlesource.com/c/platform/external/open-dice/+/1885834 Change-Id: If667de2a757cb2ef5ba4b2c495e06c4b0d7723fd
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0e018f1..ae655a8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,18 +12,21 @@ license {
cc_library_headers {
name: "libopen_dice_headers",
host_supported: true,
+ vendor_available: true,
export_include_dirs: ["include"],
}
cc_library_headers {
name: "libopen_dice_boringssl_ed25519_headers",
host_supported: true,
+ vendor_available: true,
export_include_dirs: ["include/dice/config/boringssl_ed25519"],
}
cc_library_static {
name: "libopen_dice_cbor",
host_supported: true,
+ vendor_available: true,
srcs: [
"src/boringssl_hash_kdf_sign_ops.c",
"src/cbor_cert_op.c",
@@ -46,6 +49,7 @@ cc_library_static {
cc_library_static {
name: "libopen_dice_bcc",
host_supported: true,
+ vendor_available: true,
srcs: [
"src/cbor_reader.c",
"src/android/bcc.c",
@@ -173,6 +177,7 @@ rust_bindgen {
// This is mainly to run layout tests for generated bindings on the host.
host_supported: true,
+ vendor_available: true,
}
rust_bindgen {
@@ -200,4 +205,5 @@ rust_bindgen {
// This is mainly to run layout tests for generated bindings on the host.
host_supported: true,
+ vendor_available: true,
}