android: drop unnecessary code (#12594)

No need for dlopen machinery with monolibtic library.
This commit is contained in:
Benoit Pierre
2024-10-04 18:59:58 +02:00
committed by GitHub
parent 7da143062f
commit f0e5acfd26
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
local android = require("android")
android.dl.library_path = android.dl.library_path .. ":" .. android.dir .. "/libs"
-- setup Lua paths, and ffi helper / override
require("setupkoenv")