[and] Removed debug flags.
This commit is contained in:
parent
6738c1daf8
commit
14d60bda2a
2 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue