Load libraries directly from apk instead of file path 56/245656/4
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Tue, 13 Oct 2020 13:00:35 +0000 (14:00 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 14 Oct 2020 15:17:29 +0000 (15:17 +0000)
commit0210db302a8f69aa215b2a3015b7b7c4690a2e72
tree2385c207cabfd980abd58d989e8323945bdac3d3
parent8fa6f63e5d7c6054d8d45ca8b37525567872ae54
Load libraries directly from apk instead of file path

Android 6 or higher support loading libraies directly from apk
64bit dali demo fail to run due to specifying wrong path
By not specifying path, we can directly dlopen from apk
One less place to have bug

Change-Id: I53619979798ab2d4fbccf25a152d92e52e467d0b
build/android/app/src/main/cpp/main.cpp