aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/.gitignore
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-08-31 10:21:29 -0700
committerXavier Ducrohet <xav@android.com>2010-09-01 19:43:08 -0700
commit3d3c3c3a3e4e05f7ae7a0dff440fe500f90b785c (patch)
tree63041686539d8c7a6c1f48152d53d673ae6c67b8 /testapps/.gitignore
parent89d4a48e5fbedf1fc404dd00a3e68b5cade1309a (diff)
downloadsdk-3d3c3c3a3e4e05f7ae7a0dff440fe500f90b785c.zip
sdk-3d3c3c3a3e4e05f7ae7a0dff440fe500f90b785c.tar.gz
sdk-3d3c3c3a3e4e05f7ae7a0dff440fe500f90b785c.tar.bz2
ADT: Make release and debug builds really different.
Release export should not be debug builds that are stripped of their signature and (optionnaly) resigned. Instead they should actually build the apk in "release" mode. Refactor PostCompilerHelper to be easier to use for export feature (moved all error handling into the actual IncrementalBuilder since we don't want the helper to put error/warning marker during release export). Update the API of ApkBuilder and PostCompilerHelper to deal better with signing key: - option to package with a "sign with debug" flag. - new option to package/sign with given keys. Debug build (through incremental builder) use the new aapt option --debug-mode that automatically insert debuggable=true in the manifest. This allows for the same source code to generate debug and release builds. Currently, only the "export unsigned release apk" action use the new "release" build. Need to update the export wizard. Also need to add support for this in Ant. New folder in sdk.git/testapps for test projects to be used in upcoming automated build tests. Simple "basicProject" to start with. Change-Id: I3041312bc817153603656de2aa355f8fcaf00b5b
Diffstat (limited to 'testapps/.gitignore')
-rw-r--r--testapps/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/testapps/.gitignore b/testapps/.gitignore
new file mode 100644
index 0000000..0c75cfd
--- /dev/null
+++ b/testapps/.gitignore
@@ -0,0 +1,3 @@
+*/bin
+*/local.properties
+*/gen