devicemapper: Implement traits for Flags

For compatibility with the new version of libbitflags (2.2.1), derive
Flags struct from Copy, Clone, Debug, Eq, Hash, Ord, PartialEq,
PartialOrd.

Test: Build
Change-Id: Idbd3e776954e20e3ac58d28cf2a89f2ece16900e
Merged-In: Ia2372e77805a2bc57bdeaa7eba2f0653e0ee14a7
2 files changed
tree: d494ca177c49fab4d5a02d5671a98a076393eecb
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. demo_native/
  7. docs/
  8. encryptedstore/
  9. javalib/
  10. launcher/
  11. libs/
  12. microdroid/
  13. microdroid_manager/
  14. pvmfw/
  15. rialto/
  16. service_vm/
  17. tests/
  18. virtualizationmanager/
  19. virtualizationservice/
  20. vm/
  21. vm_payload/
  22. vmbase/
  23. vmclient/
  24. zipfuse/
  25. .clang-format
  26. .gitignore
  27. Android.bp
  28. OWNERS
  29. PREUPLOAD.cfg
  30. README.md
  31. 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.