Partial Revert "IVGCVSW-4130 Remove clframework from android-nn-driver build."

 * Partial reversion to restore Android.mk files.
 * Changed armnn-arm_compute library name to  arm_compute_library.

!armnn:2714

This reverts commit 826dd41dc4de616059a61fb0aaec432311372c6c.

Signed-off-by: Mike Kelly <mike.kelly@arm.com>
Change-Id: Idb4a2eeb6cbb19a249c1a85eec2cf597d6b6d970
2 files changed
tree: cda8204757a16c67df5ab342bbea8ef0b5c9b9c0
  1. .gitignore
  2. 1.0/
  3. 1.1/
  4. 1.2/
  5. Android.bp
  6. Android.mk
  7. ArmnnDevice.cpp
  8. ArmnnDevice.hpp
  9. ArmnnDriver.hpp
  10. ArmnnDriverImpl.cpp
  11. ArmnnDriverImpl.hpp
  12. ArmnnPreparedModel.cpp
  13. ArmnnPreparedModel.hpp
  14. ArmnnPreparedModel_1_2.cpp
  15. ArmnnPreparedModel_1_2.hpp
  16. ConversionUtils.cpp
  17. ConversionUtils.hpp
  18. DriverOptions.cpp
  19. DriverOptions.hpp
  20. LICENSE
  21. ModelToINetworkConverter.cpp
  22. ModelToINetworkConverter.hpp
  23. NnapiSupport.txt
  24. README.md
  25. RequestThread.cpp
  26. RequestThread.hpp
  27. SystemPropertiesUtils.hpp
  28. Utils.cpp
  29. Utils.hpp
  30. android.hardware.neuralnetworks@1.0-service-armnn.rc
  31. android.hardware.neuralnetworks@1.1-service-armnn.rc
  32. android.hardware.neuralnetworks@1.2-service-armnn.rc
  33. androidnn.go
  34. docs/
  35. service.cpp
  36. setup.sh
  37. test/
README.md

ArmNN Android Neural Networks driver

This directory contains the ArmNN driver for the Android Neural Networks API, implementing the android.hardware.neuralnetworks@1.0, android.hardware.neuralnetworks@1.1 and android.hardware.neuralnetworks@1.2 HALs.

For more information about supported operations and configurations, see NnapiSupport.txt

For documentation about integrating this driver into an Android tree, see Integrator Guide

For FAQs and troubleshooting advice, see FAQ.md

License

The android-nn-driver is provided under the MIT license. See LICENSE for more information. Contributions to this project are accepted under the same license.

Individual files contain the following tag instead of the full license text.

SPDX-License-Identifier: MIT

This enables machine processing of license information based on the SPDX License Identifiers that are available here: http://spdx.org/licenses/