Expand `EMULATOR_LOG_##severity` in the first macro definition (2)

otherwise it expands to the macro value if defined.

I missed some things in the first change.

see go/aog/3449890

Bug: 389753396
Test: presubmit
Change-Id: I318bd8d0a33904647ab86b82313514a427d062fd
Signed-off-by: Roman Kiryanov <rkir@google.com>
GitOrigin-RevId: 3a38c4366abd88e4c126aa89b194e5fdd12e7a55
2 files changed
tree: f77d575bc1513d5a2be20f9fef1e831bc3501414
  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. 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.