summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2016-07-20 15:46:32 +0300
committerBogDan Vatra <bogdan@kdab.com>2016-07-20 13:19:40 +0000
commit09d30048e6cf8a86507bda1872fd7d9f653ec9ed (patch)
tree27f619f5a1bb134a247dcf411f4720a44a7d3ed1 /examples/bluetooth
parent19e3ad566f77a5040781d5d9776b11afa8c49032 (diff)
Make sure JNI_OnLoad is not called more than once
Since Android 5.0 Google introduce a nasty bug[1] which calls JNI_OnLoad more than once. Basically every time when a library is loaded JNI_OnLoad is called if found, but it calls *again* JNI_OnLoad of its .so dependencies! [1] Workaround https://code.google.com/p/android/issues/detail?id=215069 Change-Id: I2894dd24afa9c51582f20ab44d83e9ce86751716 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'examples/bluetooth')
0 files changed, 0 insertions, 0 deletions