aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-12-09 18:59:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-12-09 18:59:16 +0000
commit1968ac578a432a841e365d9ff394e49c2bf10c2e (patch)
tree3310d80fefbb43635cc9990760afe5c19b6ec72f
parent8a9ddfd0e17b8ce45512364d455e853004b9dcda (diff)
parent58372cc20e991243900483f6e8ca61e6ba8d8d6e (diff)
downloadopen-dice-1968ac578a432a841e365d9ff394e49c2bf10c2e.tar.gz
Merge "libopen_dice_bcc_bindgen: Export BccHandoverParse" am: c516afe5d0 am: 58372cc20e
Original change: https://android-review.googlesource.com/c/platform/external/open-dice/+/2337623 Change-Id: I26e07cd10b48b7db50b110a007c78edccf12eb60 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8a653fc..9308f97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -260,6 +260,7 @@ rust_defaults {
"--allowlist-function=BccFormatConfigDescriptor",
"--allowlist-function=BccMainFlow",
"--allowlist-function=BccHandoverMainFlow",
+ "--allowlist-function=BccHandoverParse",
// We also need some constants in addition to the functions.
"--allowlist-var=BCC_INPUT_COMPONENT_NAME",