Android: use FFI-based dlopen() and JNI interfacing

This commit is contained in:
Hans-Werner Hilse
2014-06-03 16:35:29 +02:00
parent bac02ff85a
commit d72bf67d0e
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
local A = require("android")
A.dl.library_path = A.dl.library_path .. ":" .. A.dir .. "/libs"
ARGV = {"-d", "/sdcard"}
dofile(A.dir.."/reader.lua")