7 lines
211 B
Makefile
7 lines
211 B
Makefile
# Note: by default, build for all supported ABIs
|
|
# build.sh in the project tree will check
|
|
# all generated files to ensure that none
|
|
# was forgotten.
|
|
#
|
|
APP_ABI := all
|
|
APP_STL := stlport_shared
|