6 lines
92 B
Makefile
6 lines
92 B
Makefile
|
APP_MODULES := newlisp
|
||
|
APP_PLATFORM := android-8
|
||
|
APP_OPTIM := release
|
||
|
APP_ABI := armeabi
|
||
|
|