commit | aaba4afe509a2b1ad21e3a7688c884090ffb9961 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Thu Nov 18 14:25:07 2021 -0800 |
committer | Janis Danisevskis <jdanis@google.com> | Fri Jan 07 12:43:54 2022 -0800 |
tree | de20f8bed7bac0f1a488a0ae50a8f01d644da8eb | |
parent | da092a14a270ff39a63603f3f6120e442ceef3b2 [diff] [blame] |
Diced: Add vendor library for DICE HAL implementations. Bug: 198197213 Test: atest diced_vendor_test Change-Id: If2bca4584206dc26a49ffd2fea71d7192d2678bf
diff --git a/diced/open_dice_cbor/Android.bp b/diced/open_dice_cbor/Android.bp index 0d05ce0..a92c712 100644 --- a/diced/open_dice_cbor/Android.bp +++ b/diced/open_dice_cbor/Android.bp
@@ -32,4 +32,5 @@ "libopen_dice_bcc", "libopen_dice_cbor", ], + vendor_available: true, }