Explicitly assign a value to kFeature_unknown

... to avoid it automatically getting <preceeding enum> + 1 value
which can be problematic when FeatureControlDefHost.h and
FeatureControlDefGuest.h have out of order values.

Bug: b/277618864
Test: presubmit
Change-Id: I63b8a0c1582455642f151b69db885ba963520ba2
GitOrigin-RevId: 0b8d65932ef5c0c0423f8302cdd1f925d2d1cd48
1 file changed
tree: 5e339d04971956908f2b0acdd710da52fb058ba6
  1. base/
  2. build-config/
  3. CMake/
  4. host-common/
  5. snapshot/
  6. third-party/
  7. .clang-format
  8. .gitignore
  9. Android.bp
  10. CMakeLists.txt
  11. LICENSE
  12. README.md
  13. rebuild.sh
README.md

AEMU library

This is an utility library for common functions used in the Android Emulator. External projects (gfxstream, QEMU) may use to perform C++ functions.