android13/device/generic/opengl-transport/host/commands/emugen
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
android/base initial 2024-06-22 20:45:49 +08:00
tests initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
ApiGen.cpp initial 2024-06-22 20:45:49 +08:00
ApiGen.h initial 2024-06-22 20:45:49 +08:00
EntryPoint.cpp initial 2024-06-22 20:45:49 +08:00
EntryPoint.h initial 2024-06-22 20:45:49 +08:00
Parser.cpp initial 2024-06-22 20:45:49 +08:00
Parser.h initial 2024-06-22 20:45:49 +08:00
Parser_unittest.cpp initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
TypeFactory.cpp initial 2024-06-22 20:45:49 +08:00
TypeFactory.h initial 2024-06-22 20:45:49 +08:00
Var.h initial 2024-06-22 20:45:49 +08:00
VarType.h initial 2024-06-22 20:45:49 +08:00
errors.h initial 2024-06-22 20:45:49 +08:00
getopt.c initial 2024-06-22 20:45:49 +08:00
getopt.h initial 2024-06-22 20:45:49 +08:00
main.cpp initial 2024-06-22 20:45:49 +08:00
strUtils.cpp initial 2024-06-22 20:45:49 +08:00
strUtils.h initial 2024-06-22 20:45:49 +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.