refactor: Remove glob usage from BUILD.bazel files

Replace glob patterns with explicit file lists for clarity and build
reproducibility.

Change-Id: Iba74449b7b27033724c6e79f0d9db215ac75f734
GitOrigin-RevId: b8d40d1bf9152f192eb216577e0e8e7982c0d832
2 files changed
tree: bb0acc2e0f15d3331d6706197d22609596cd19d9
  1. base/
  2. build-config/
  3. CMake/
  4. host-common/
  5. snapshot/
  6. third-party/
  7. windows/
  8. .clang-format
  9. .gitignore
  10. Android.bp
  11. BUILD.bazel
  12. CMakeLists.txt
  13. LICENSE
  14. MODULE.bazel
  15. README.md
  16. 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.