[Android] Remove hardcoded debuggable property
Edward Wang
edward.c.wang at compdigitec.com
Tue Dec 9 22:21:19 CET 2014
On Tue, Dec 9, 2014 at 6:23 AM, Geoffrey Métais <git at videolan.org> wrote:
> diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
> index 29339e6..66f0d9c 100644
> --- a/vlc-android/build.gradle
> +++ b/vlc-android/build.gradle
> @@ -75,6 +75,7 @@ android {
> }
> debug {
> tasks.assembleDebug.dependsOn buildDebug
> + debuggable true
What if one is not using Gradle? Does it still work?
Regards,
Edward
More information about the Android
mailing list