device/generic/opengl-transport/host/commands/emugen
cpeng 6cdeb5a31c android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
..
android/base android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
tests android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
Android.bp android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
ApiGen.cpp android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
ApiGen.h android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
EntryPoint.cpp android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
EntryPoint.h android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
Parser.cpp android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
Parser.h android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
Parser_unittest.cpp android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
README android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
README.md android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
TypeFactory.cpp android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
TypeFactory.h android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
Var.h android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
VarType.h android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
errors.h android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
getopt.c android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
getopt.h android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
main.cpp android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
strUtils.cpp android 13 from xiaosuan 2025-08-25 08:28:21 +08:00
strUtils.h android 13 from xiaosuan 2025-08-25 08:28:21 +08:00

README.md

emugen (cuttlefish)

This directory contains a fork of the emugen tool from the external/qemu project on the emu-master-dev branch. The tool is unmodified except for the following changes:

  1. The android/base/EnumFlags.h header has been forked, to avoid having to copy over all of the host-side android-base port.

  2. The unittest infrastructure and all unittests have been removed.

  3. This README.md file replaces the upstream README file.

  4. The binary builds to emugen_cuttlefish so as to avoid conflicts.

Do not contribute change only to this project; contribute them to external/qemu upstream, then cherry-pick them over.