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.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
android/base v811_spc009_project 7 months ago
tests v811_spc009_project 7 months ago
Android.bp v811_spc009_project 7 months ago
ApiGen.cpp v811_spc009_project 7 months ago
ApiGen.h v811_spc009_project 7 months ago
EntryPoint.cpp v811_spc009_project 7 months ago
EntryPoint.h v811_spc009_project 7 months ago
Parser.cpp v811_spc009_project 7 months ago
Parser.h v811_spc009_project 7 months ago
Parser_unittest.cpp v811_spc009_project 7 months ago
README v811_spc009_project 7 months ago
README.md v811_spc009_project 7 months ago
TypeFactory.cpp v811_spc009_project 7 months ago
TypeFactory.h v811_spc009_project 7 months ago
Var.h v811_spc009_project 7 months ago
VarType.h v811_spc009_project 7 months ago
errors.h v811_spc009_project 7 months ago
getopt.c v811_spc009_project 7 months ago
getopt.h v811_spc009_project 7 months ago
main.cpp v811_spc009_project 7 months ago
strUtils.cpp v811_spc009_project 7 months ago
strUtils.h v811_spc009_project 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:

  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.