aboutsummaryrefslogtreecommitdiff
path: root/src/android/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/BUILD.gn')
-rw-r--r--src/android/BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/android/BUILD.gn b/src/android/BUILD.gn
index 4cef1b0..dd8bdbc 100644
--- a/src/android/BUILD.gn
+++ b/src/android/BUILD.gn
@@ -21,6 +21,7 @@ pw_source_set("bcc") {
deps = [
"//:cbor_reader",
"//:cbor_writer",
+ "//:dice_with_cbor_cert",
]
}
@@ -30,7 +31,6 @@ pw_test("bcc_test") {
]
deps = [
":bcc",
- "//:dice_with_cbor_cert",
]
}
@@ -40,6 +40,5 @@ pw_executable("bcc_fuzzer") {
]
deps = [
":bcc",
- "//:dice_with_boringssl_ops",
]
}