OSDN Git Service

ADT: fixes to make Proguard work under Windows.
authorRaphael Moll <ralf@android.com>
Mon, 25 Oct 2010 20:28:07 +0000 (13:28 -0700)
committerRaphael Moll <ralf@android.com>
Tue, 26 Oct 2010 18:14:15 +0000 (11:14 -0700)
commiteca9ade6294f925e266eeece8071d5bfdede9c6a
tree6819674898319c8cff6e3067ab892d72ea390025
parent5caea19ca3ef11a130602652c701cc33cf00867f
ADT: fixes to make Proguard work under Windows.

- the proguard.bat can only pass 9 args, but we have 15+, so
  we'll use a temporary proguard config file for Windows.

- PROGUARD_HOME needs to be defined properly since the default
  proguard.bat cannot infer it properly. We need other fixes
  to that batch file so eventually we're not going to ship the
  default one and we can fix the .bat file, but properly defining
  this env var is probably a good idea anyway.

Change-Id: Id007d5504a5e05d1c4b5a0728e96e0d677978ef4
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/BuildHelper.java