You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
android/base | 7 months ago | |
tests | 7 months ago | |
Android.bp | 7 months ago | |
ApiGen.cpp | 7 months ago | |
ApiGen.h | 7 months ago | |
EntryPoint.cpp | 7 months ago | |
EntryPoint.h | 7 months ago | |
Parser.cpp | 7 months ago | |
Parser.h | 7 months ago | |
Parser_unittest.cpp | 7 months ago | |
README | 7 months ago | |
README.md | 7 months ago | |
TypeFactory.cpp | 7 months ago | |
TypeFactory.h | 7 months ago | |
Var.h | 7 months ago | |
VarType.h | 7 months ago | |
errors.h | 7 months ago | |
getopt.c | 7 months ago | |
getopt.h | 7 months ago | |
main.cpp | 7 months ago | |
strUtils.cpp | 7 months ago | |
strUtils.h | 7 months ago |
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.