| commit | 988df59aa6f2527e6e47ec6412c8af6d8fd46d9d | [log] [tgz] |
|---|---|---|
| author | Alice Wang <aliceywang@google.com> | Thu Feb 16 12:05:42 2023 +0000 |
| committer | Alice Wang <aliceywang@google.com> | Fri Feb 17 13:56:21 2023 +0000 |
| tree | 2a90b5491cec8b6a29d0214447a94aa9b17958b5 | |
| parent | 5ed5f7c915efe29356c8e4d3ba5fd1ca8f370eef [diff] [blame] |
[dice] Move dice bindgens next to their safe wrapper library This cl moves the open-dice cbor and bcc bindgens and their tests next to their safe wrapper library so that we can limit their visibility only to :__subpackges__ to align with the rust bindgen recommendation[1]. [1] https://source.android.com/docs/setup/build/rust/building-rust-modules/source-code-generators/bindgen-modules#visibility-and-linkage Bug: 267575445 Test: m pvmfw_img microdroid_manager Change-Id: I04e6861600c8d40120041e7eaec7fb468a4dc00a
diff --git a/diced/TEST_MAPPING b/diced/TEST_MAPPING index be1c5e5..8629b07 100644 --- a/diced/TEST_MAPPING +++ b/diced/TEST_MAPPING
@@ -7,6 +7,12 @@ "name": "libdiced_open_dice_nostd.integration_test" }, { + "name": "libopen_dice_cbor_bindgen_test" + }, + { + "name": "libopen_dice_bcc_bindgen_test" + }, + { "name": "diced_utils_test" }, {