File: mainDexclasses_uses_local_artifacts.patch

package info (click to toggle)
android-platform-dalvik 7.0.0%2Br33-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,612 kB
  • sloc: java: 65,276; cpp: 10,599; sh: 1,386; ansic: 533; awk: 364; makefile: 47; perl: 11
file content (14 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Specify the path to Debian's proguard
Author: Kai-Chung Yan (殷啟聰)
Last-Update: 2016-12-07
--- a/dx/etc/mainDexClasses
+++ b/dx/etc/mainDexClasses
@@ -83,7 +83,7 @@
 fi
 
 proguardExec="proguard.sh"
-proguard=${PROGUARD_HOME}/bin/${proguardExec}
+proguard=/usr/bin/proguard
 
 if [ ! -r "${proguard}" ]; then
   # set proguard location for the SDK case