From 83b5c8a7994010e3fa9986423b59cfc63b6c862a Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Wed, 21 Dec 2016 15:49:54 -0500 Subject: [PATCH] Add '-g' cpp flag to android debug builds --- android/tangram/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/tangram/build.gradle b/android/tangram/build.gradle index ec79d14e41..d02d2fa634 100644 --- a/android/tangram/build.gradle +++ b/android/tangram/build.gradle @@ -37,6 +37,13 @@ android { } } + buildTypes { + debug { + externalNativeBuild { + cmake.cppFlags '-g' + } + } + } productFlavors { slim { // Default configuration