summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimani Gupta <himani.g2@samsung.com>2019-04-08 18:28:48 +0530
committerTarun Karela <t.karela@samsung.com>2019-04-26 13:26:08 +0100
commit915bef31b0050b4fc0d0331bad33910c4e1adb89 (patch)
tree6e25cad9a651a8017b83d87be9f694a6cd555150
parent49e666711f6e29c5c283a6c0108555de956b26b9 (diff)
[9610][7885][7872][7570] wlbt: [FTM] Remove gdb LOCAL_CFLAGS
If we add gdb, debug symbol is more and it will cause performace. So request to remove the same. Change-Id: Ie75a16564c853e656b11d27573acb359adf7feac SCSC-Bug-Id: SSB-51402 Signed-off-by: Himani Gupta <himani.g2@samsung.com>
-rwxr-xr-xAndroid.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7368356..8051d5c 100755
--- a/Android.mk
+++ b/Android.mk
@@ -12,7 +12,7 @@ LOCAL_PATH := $(call my-dir)
# ============================================================
include $(CLEAR_VARS)
-LOCAL_CFLAGS := -Wno-unused-parameter -ggdb
+LOCAL_CFLAGS := -Wno-unused-parameter
LOCAL_C_INCLUDES += \
system/core/include/ \