[refactoring] Group all the CBOR util functions in cbor_util
This cl only moves all the CBOR utility functions in one place.
Some return error types are adjusted to adapt the change. There
should be no behavior change.
Bug: 310931749
Test: atest rialto_test
Change-Id: Ie3db9c93b1355d25d7d796818e19e554560e1f23
diff --git a/libs/cborutil/Android.bp b/libs/cborutil/Android.bp
index 4758c4b..96dbf09 100644
--- a/libs/cborutil/Android.bp
+++ b/libs/cborutil/Android.bp
@@ -24,6 +24,7 @@
rustlibs: [
"libciborium_nostd",
"libcoset_nostd",
+ "liblog_rust_nostd",
"libserde_nostd",
],
}
@@ -37,6 +38,7 @@
rustlibs: [
"libciborium",
"libcoset",
+ "liblog_rust",
"libserde",
],
}