amarullz / AROMA-Installer

The World First ANDROID Touch and Customizable ROM Installer
http://www.amarullz.com/
325 stars 184 forks source link

include "file" does not work outside ZIP file #34

Open st0rm77 opened 8 years ago

st0rm77 commented 8 years ago

i tried to include a generated file with: include "/tmp/aroma/file.edify" this does not work as the include only works for files inside the ZIP.

please extend this functionality.

cosmicdan commented 7 years ago

include function is for "compile-time" inclusion, much like a programming language.

For runtime or "dynamic" include, use eval and read. E.g.: eval(read("/tmp/aroma/file.edify"));