OSDN Git Service

Distinguish jar folders and jar files in ApkBuilder script
authorPiotr Gurgul <pgurgul@google.com>
Tue, 22 Sep 2009 04:02:00 +0000 (21:02 -0700)
committerPiotr Gurgul <pgurgul@google.com>
Tue, 22 Sep 2009 18:28:43 +0000 (11:28 -0700)
commit666d24cc3c9c35e5d7fd925622b9eb3f478f0cdd
tree2ba1246e98879efcb2c9eca8833852a306cded20
parent780a7fa1f51a9d42e644401ef69b79e151198794
Distinguish jar folders and jar files in ApkBuilder script

Checking if -rj parameter value is a directory or a file
and calling the appropriate function for each of them.
tools/apkbuilder/src/com/android/apkbuilder/internal/ApkBuilderImpl.java