aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-09-14 15:10:38 +0200
committerDavid 'Digit' Turner <digit@google.com>2010-09-14 21:11:54 +0200
commitfd204377de03a20556b38acf0dc2bdb195729343 (patch)
tree571b6e69d92b3ecb7ab67768f0c721da63975411 /.gitignore
parent7daefc38f01900f8a903d9955f7f8d6262d88f32 (diff)
downloadndk-fd204377de03a20556b38acf0dc2bdb195729343.tar.gz
Add easy native debugging support through NDK_DEBUG=1
"ndk-build NDK_DEBUG=1" will force the build of a debuggable application. This really copies gdbserver to the proper location, as if android:debuggable was set to "true" in the app's manifest. The value of NDK_DEBUG can be 0, 1, true or false, and will override the content of the manifest. The main benefit from this change is that you don't have to edit your manifest file just to rebuilt Change-Id: I3fafb620189ac53a72b492c963832dd0c7f8b7d7
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index f7b9ce038..37540a60f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,10 +4,6 @@
Thumbs.db
local.properties
build.xml
-samples/*
-build/platforms/*
-samples/*/libs/
-samples/*/bin/
-samples/*/obj/
-samples/*/gen/
+samples/
+platforms/
build/prebuilt/