Cast Device and Driver in log message to unsigned long

When building Android S this is during the build ending up as
both unsigned long long and unsigned long, this makes the
build break when building the tests.
As both seem to be used during a normal build it will not help
to just change the %ul to %ull as you get an error on that instead.

This fixes so it's always printing with unsigned long.

Signed-off-by: Zingo Andersen <zingo.andersen@arm.com>
Change-Id: I1d1e4b8ab72c563a3b570f30112a7ce076f0a54e
2 files changed
tree: 2f09748db15fcff9108deefe62e426160228b277
  1. 1.0/
  2. 1.1/
  3. 1.2/
  4. 1.3/
  5. docs/
  6. test/
  7. .gitignore
  8. Android.bp
  9. android.hardware.neuralnetworks@1.0-service-armnn.rc
  10. android.hardware.neuralnetworks@1.1-service-armnn.rc
  11. android.hardware.neuralnetworks@1.2-service-armnn.rc
  12. android.hardware.neuralnetworks@1.3-service-armnn.rc
  13. Android.mk
  14. ArmnnDevice.cpp
  15. ArmnnDevice.hpp
  16. ArmnnDriver.hpp
  17. ArmnnDriverImpl.cpp
  18. ArmnnDriverImpl.hpp
  19. ArmnnPreparedModel.cpp
  20. ArmnnPreparedModel.hpp
  21. ArmnnPreparedModel_1_2.cpp
  22. ArmnnPreparedModel_1_2.hpp
  23. ArmnnPreparedModel_1_3.cpp
  24. ArmnnPreparedModel_1_3.hpp
  25. CacheDataHandler.cpp
  26. CacheDataHandler.hpp
  27. ConversionUtils.cpp
  28. ConversionUtils.hpp
  29. ConversionUtils_1_2.hpp
  30. ConversionUtils_1_3.hpp
  31. DriverOptions.cpp
  32. DriverOptions.hpp
  33. LICENSE
  34. ModelToINetworkConverter.cpp
  35. ModelToINetworkConverter.hpp
  36. NnapiSupport.txt
  37. README.md
  38. RequestThread.cpp
  39. RequestThread.hpp
  40. RequestThread_1_3.cpp
  41. RequestThread_1_3.hpp
  42. SECURITY.md
  43. service.cpp
  44. setup.sh
  45. SystemPropertiesUtils.hpp
  46. Utils.cpp
  47. Utils.hpp
README.md

Arm NN Android Neural Networks driver

This directory contains the Arm NN driver for the Android Neural Networks API, implementing the android.hardware.neuralnetworks@1.0, android.hardware.neuralnetworks@1.1, android.hardware.neuralnetworks@1.2 and android.hardware.neuralnetworks@1.3 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/