[and] Removed debug flags.

This commit is contained in:
d-kunin 2013-08-13 10:59:20 +03:00
parent 6738c1daf8
commit 14d60bda2a
2 changed files with 1 additions and 4 deletions

View file

@ -32,8 +32,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:debuggable="true">
android:theme="@style/AppTheme" >
<activity
android:name="com.example.travelguide.ArticleInfoListActivity"
android:configChanges="orientation|keyboardHidden|screenSize"

View file

@ -1,8 +1,6 @@
APP_STL := gnustl_static
APP_PLATFORM := android-9
APP_ABI := all
# remove in release
APP_OPTIM := debug
LOCAL_PATH := $(call my-dir)
APP_CFLAGS += -I$(LOCAL_PATH)/../../3rdparty/boost