Deprecate LazyInstance

It will no longer compile in C++20. Use the NoDestructor approach
introduced by chromium instead.

See: https://github.com/microsoft/STL/issues/661 for an extended
discussion of why this was changed.

Change-Id: Ie1a658058dc73c5e2488d2613005a323b5c8bbcb
GitOrigin-RevId: 28964186e78366fc13a8028bb348a42af1c1a12d
6 files changed
tree: 1dbcf4eaf978ad18f3c7ae60e888fd4a09d6d277
  1. base/
  2. build-config/
  3. CMake/
  4. host-common/
  5. snapshot/
  6. third-party/
  7. .clang-format
  8. .gitignore
  9. Android.bp
  10. BUILD.bazel
  11. CMakeLists.txt
  12. LICENSE
  13. README.md
  14. rebuild.sh
README.md

AEMU library

This is an utility library for common functions used in the Android Emulator. External projects (gfxstream, QEMU) may use to perform C++ functions.