File: Application.mk

package info (click to toggle)
faust 2.30.5~ds0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 279,348 kB
  • sloc: cpp: 239,368; javascript: 32,310; ansic: 17,442; sh: 11,925; java: 5,903; objc: 3,879; makefile: 3,030; cs: 1,139; python: 987; ruby: 951; xml: 693; yacc: 537; lex: 239; lisp: 201; awk: 110
file content (9 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
APP_OPTIM := release
APP_STL := c++_static
LOCAL_PATH := $(call my-dir)
APP_CPPFLAGS += -fexceptions
APP_CPPFLAGS += -std=c++11
APP_PLATFORM := android-21
APP_BUILD_SCRIPT := $(LOCAL_PATH)/Android.mk

APP_ABI := armeabi-v7a x86