Fix race in AuthFsHostTest.

This became solidly reproducible for me, which confused me for a bit
since it seemed unrelated to my change. The fix is slightly inelegant
but works nicely.

Hopefully this will make it a little more reliable.

I also introduced a constant for CID 2, again because it puzzled me.

Bug: 200924405
Test: atest AuthFsHostTest
Change-Id: I3183eb6ba26b00b40a94c16557b80ecc996694ac
1 file changed
tree: dff8e5e116cefa0bfc14f8349eaef0cd3699874a
  1. apex/
  2. apkdmverity/
  3. apkverify/
  4. authfs/
  5. compos/
  6. demo/
  7. docs/
  8. idsig/
  9. javalib/
  10. launcher/
  11. libs/
  12. microdroid/
  13. microdroid_manager/
  14. tests/
  15. virtualizationservice/
  16. vm/
  17. vmconfig/
  18. zipfuse/
  19. .clang-format
  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.