Use dali-adaptor api to read files from inside apk 75/245775/4
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Thu, 15 Oct 2020 13:23:03 +0000 (14:23 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Sat, 17 Oct 2020 11:42:19 +0000 (12:42 +0100)
commit9208546aa28def0f998bf60266521fcdb814b74f
tree5e150ecc589e61f5a72b748171bfecedc502e037
parent0210db302a8f69aa215b2a3015b7b7c4690a2e72
Use dali-adaptor api to read files from inside apk

Android asset files are not extracted to file system directly,
cannot use fopen, but need to use asset specific api to read,
which is wrapped by dali-adaptor api.

Change-Id: If775e04e4e2d562755bce3eeb9f79fa279e5da70
examples/rendering-basic-pbr/ktx-loader.cpp