mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 19:16:09 +01:00
[skip] during info message, don't show apk build dir
This commit is contained in:
parent
20504d1338
commit
e281f81546
@ -257,7 +257,7 @@ public class Androlib {
|
|||||||
|
|
||||||
public void build(ExtFile appDir, File outFile)
|
public void build(ExtFile appDir, File outFile)
|
||||||
throws BrutException {
|
throws BrutException {
|
||||||
LOGGER.info("Using Apktool " + Androlib.getVersion() + " on " + appDir.getName());
|
LOGGER.info("Using Apktool " + Androlib.getVersion());
|
||||||
|
|
||||||
Map<String, Object> meta = readMetaFile(appDir);
|
Map<String, Object> meta = readMetaFile(appDir);
|
||||||
Object t1 = meta.get("isFrameworkApk");
|
Object t1 = meta.get("isFrameworkApk");
|
||||||
|
Loading…
Reference in New Issue
Block a user