Delete snapshot from hardware/google/aemu/snapshot

... for moving to hardware/google/gfxstream to make Gfxstream
more standalone to support self contained build for Cuttlefish
host package.

Bug: b/403363880
Test: cd hardware/google/gfxstream && mma

Test: cd hardware/google/gfxstream
      mkdir build && cd build
      cmake .. -G Ninja
      ninja

Test: presubmit for goldfish build
Change-Id: I79502d08675b08ff3afe7408ef1652f5e1b2342c
10 files changed
tree: 35750d9e63c018f5e553e77cc86078c87acd8f23
  1. base/
  2. build-config/
  3. CMake/
  4. host-common/
  5. third-party/
  6. windows/
  7. .clang-format
  8. .gitignore
  9. Android.bp
  10. BUILD.bazel
  11. CMakeLists.txt
  12. LICENSE
  13. MODULE.bazel
  14. README.md
  15. 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.