Upgrade google-fruit to faa69229324e7b0393e2196b9fb919e5056dc675 am: 59888e7910 am: 9682d513d6 am: 1b13f367e0 am: ee005fa5e8 am: f6e6c94bb2

Original change: https://android-review.googlesource.com/c/platform/external/google-fruit/+/1360892

Change-Id: Ia5bbd0164aa122c530e36878c5f43198b22e8597
tree: bf376c934810305368dd7865d16ae64b7a840fb2
  1. cmake-modules/
  2. configuration/
  3. examples/
  4. extras/
  5. include/
  6. src/
  7. test_package/
  8. tests/
  9. .clang-format
  10. .gitignore
  11. .travis.yml
  12. Android.bp
  13. appveyor.yml
  14. BUILD
  15. CMakeLists.txt
  16. conanfile.py
  17. CONTRIBUTING.md
  18. COPYING
  19. LICENSE
  20. METADATA
  21. MODULE_LICENSE_APACHE2
  22. OWNERS
  23. README.md
README.md

Build Status Build status Coverity Scan Status CII Best Practices

Fruit is a dependency injection framework for C++, loosely inspired by the Guice framework for Java. It uses C++ metaprogramming together with some C++11 features to detect most injection problems at compile-time. It allows to split the implementation code in "components" (aka modules) that can be assembled to form other components. From a component with no requirements it's then possible to create an injector, that provides an instance of the interfaces exposed by the component.

See the wiki for more information, including installation instructions, tutorials and reference documentation.