Test that BCCs look roughly the right shape

In the absence of a full BCC parser and despite the BCC not yet having
an application, make sure it roughly looks like the right sort of thing.
Make sure it's a valid CBOR array and has a reasonable looking number of
entries as a basic smoke test.

Bug: 218935426
Test: atest MicrodroidTests
Change-Id: Id28009c572e5a9b9cf02b9891fbe3314100d9aa4
4 files changed
tree: 1c999b8ea07d60a3a1c5f9b71d332e66f3a00c09
  1. .prebuilt_info/
  2. apex/
  3. apkdmverity/
  4. authfs/
  5. compos/
  6. demo/
  7. docs/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. tests/
  15. virtualizationservice/
  16. vm/
  17. zipfuse/
  18. .clang-format
  19. .gitignore
  20. Android.bp
  21. OWNERS
  22. PREUPLOAD.cfg
  23. README.md
  24. TEST_MAPPING
README.md

Virtualization

This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.