Move sync devce from h/g/aemu to h/g/gfxstream

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

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

Test: meson setup \
        -Ddefault_library=static \
        -Dgfxstream-build=host \
        build

      meson compile -C build

Test: cd <emu master dev repo>
      cd external/qemu
      python android/build/python/cmake.py --gfxstream

Test: cd <emu main next repo>
      prebuilts/bazel/linux-x86_64/bazel test \
      --platforms=@//build/bazel/platforms:linux_x64 \
      @gfxstream//...
Change-Id: I8576897d54d72f0b65d607c4247dded1b596a6f9
7 files changed
tree: 4fced41decccfa908385f85bc5b20f78b9d93147
  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.