History log of /sdk/anttasks/src/com/android/ant/InputPath.java
Revision Date Author Comments
b79938741991aa6d48b28919b92c62113372d8e5 28-Jan-2012 Xavier Ducrohet <xav@android.com> Fix issue where updated Java files don't trigger a new apk in ant.

Change-Id: Ifb914125481448c3ab6425e459c9b9e28e2fe4c4
a5613f269c976916f7125f58fa1dcb4f365e54b4 15-Oct-2011 Xavier Ducrohet <xav@android.com> Fix NPE when building project with no code.

The lack of dex file made the Ant package task throw an NPE.

Also some minor typo fix.

Change-Id: Ic617ee66017c402f211f5400baf5a00eb7e6cff5
e60ba20e3da03f37167e7c7340e04e9de34d3468 15-Oct-2011 Xavier Ducrohet <xav@android.com> Fix NPE in projects with no code. Do not merge.

The lack of dex file made the ant package task throw
an NPE.

Change-Id: Id3de0deb4ec1d6a90f0474ea09d43ddde9cbe97f
e162064a7b5db1eecec34271bc7e2a4296181ea6 14-Oct-2011 Xavier Ducrohet <xav@android.com> Add BuildConfig to ant SDK project.

The BuildConfig class contains a single boolean constant
called DEBUG which is true only for debug/instrumented builds.

This allows developers to create debug only code that's automatically
stripped from release builds.

Also fixed some issues with dependency check for other tasks, notably
the aapt task that would always find new files due to not filtering
out files that are ignored by aapt itself (hidden files, version control
files, etc...)

Change-Id: I4391a87c064a185d6b337ca46e3a9f0e43c5174d
0802f23053c774a0ed8d122532a9694f742cc74f 02-Sep-2011 Xavier Ducrohet <xav@android.com> CherryPick a9a282 from master. do not merge.

Add dependency support for ApkBuilder ant step.

Change-Id: Ia51f745f3bb0a91bafe0396804b999a0e39578ea
a9a28238f7b20d7c0a05c95afad02fcdb34e0d0e 02-Sep-2011 Xavier Ducrohet <xav@android.com> Add dependency support for ApkBuilder ant step.

Change-Id: I7230a2aa3df5fab8b420f1ed2f359621fbda7f5a