tree: 6c448fa76f20467ac2f56e8f1068c4a217a50372 [path history] [tgz]
  1. android/
  2. tests/
  3. Android.bp
  4. ApiGen.cpp
  5. ApiGen.h
  6. EntryPoint.cpp
  7. EntryPoint.h
  8. errors.h
  9. getopt.c
  10. getopt.h
  11. main.cpp
  12. Parser.cpp
  13. Parser.h
  14. Parser_unittest.cpp
  15. README
  16. README.md
  17. strUtils.cpp
  18. strUtils.h
  19. TypeFactory.cpp
  20. TypeFactory.h
  21. Var.h
  22. VarType.h
host/commands/emugen/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.