liiir1985 7f62dcda9f | ||
---|---|---|
.. | ||
android/base | ||
tests | ||
Android.bp | ||
ApiGen.cpp | ||
ApiGen.h | ||
EntryPoint.cpp | ||
EntryPoint.h | ||
Parser.cpp | ||
Parser.h | ||
Parser_unittest.cpp | ||
README | ||
README.md | ||
TypeFactory.cpp | ||
TypeFactory.h | ||
Var.h | ||
VarType.h | ||
errors.h | ||
getopt.c | ||
getopt.h | ||
main.cpp | ||
strUtils.cpp | ||
strUtils.h |
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:
-
The android/base/EnumFlags.h header has been forked, to avoid having to copy over all of the host-side android-base port.
-
The unittest infrastructure and all unittests have been removed.
-
This README.md file replaces the upstream README file.
-
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.