• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Note: by default, build for all supported ABIs
2#       build.sh in the project tree will check
3#       all generated files to ensure that none
4#       was forgotten.
5#
6APP_ABI := all
7
8# Note: we use APP_STL because we explicitely import
9#       the GAbi++ libraries in our modules.
10#
11APP_STL := none
12