File: use_system_aapt.patch

package info (click to toggle)
apktool 2.7.0%2Bdfsg-7.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,576 kB
  • sloc: java: 13,070; xml: 445; sh: 170; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Markus Koschany <apo@debian.org>
Date: Sun, 8 Apr 2018 22:41:15 +0200
Subject: use_system_aapt

---
--- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/options/BuildOptions.java
+++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/options/BuildOptions.java
@@ -35,7 +35,7 @@
 
     public String frameworkFolderLocation = null;
     public String frameworkTag = null;
-    public String aaptPath = "";
+    public String aaptPath = "/usr/bin/aapt";
 
     public int aaptVersion = 1; // default to v1