OSDN Git Service

Fix NPE in projects with no code. Do not merge.
authorXavier Ducrohet <xav@android.com>
Sat, 15 Oct 2011 00:23:43 +0000 (17:23 -0700)
committerXavier Ducrohet <xav@android.com>
Sat, 15 Oct 2011 00:55:25 +0000 (17:55 -0700)
commite60ba20e3da03f37167e7c7340e04e9de34d3468
tree0eae2f58f9f52c9b2ff0daa7f1ad2b507efcc894
parent1639b002a3d2445a6ebf47ed3ccd4e94a4daa3e5
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
anttasks/src/com/android/ant/ApkBuilderTask.java
anttasks/src/com/android/ant/InputPath.java