Android Q Preview 1 (QPP1.190205.018.B4)
Allow FMQ to be double-loaded

libfmq is a shared library. When it is included by an NDK library, it
produces the following error message:

module "libneuralnetworks" variant "android_arm64_armv8-2a_kryo385_core_static":
links VNDK library "libfmq" that isn't double loadable (not also LL-NDK,
VNDK-SP, or explicitly marked as 'double_loadable').

This CL allows FMQ to be double-loaded, enabling it to be used by NDK
libraries.

Test: mma
Change-Id: I421eb7a9e4b969f1f3ef415bd580a42ac8e747bb
(cherry picked from commit 2fbcc29d05fee97eba571f6fc8317b7c2b43d78f)
1 file changed
tree: 6b64d36a7bc3a9c90af2f9ddca18ac656acc9b73
  1. benchmarks/
  2. include/
  3. tests/
  4. Android.bp
  5. EventFlag.cpp
  6. FmqInternal.cpp
  7. OWNERS
  8. PREUPLOAD.cfg