v0.1.2-aemu-release
aemu: improve licensing

- Add LICENSE files
- Add explicit license header where it's missing.

For the CUDA files:

third-party/cuda/include/host-common/dynlink_cuda_*

it's recommended for packagers just to patch those out
if they cause license issues.  It shouldn't cause compile
issues with gfxstream.

BUG=273561059
TEST=compile

Change-Id: I59d220057ee3215e7958f6ce69b5e993db924e54
12 files changed
tree: c7a33060e2b13d0060f25f712c2f21c62066281f
  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.