2022-02-05 06:17:26 +01:00
|
|
|
--- a/base/tools/aapt/Main.cpp
|
|
|
|
+++ b/base/tools/aapt/Main.cpp
|
|
|
|
@@ -270,6 +270,9 @@
|
2016-10-07 21:36:03 +02:00
|
|
|
/* default to compression */
|
|
|
|
bundle.setCompressionMethod(ZipEntry::kCompressDeflated);
|
|
|
|
|
|
|
|
+ // Convenience when using aapt in termux.
|
|
|
|
+ bundle.addPackageInclude("@TERMUX_PREFIX@/share/aapt/android.jar");
|
|
|
|
+
|
|
|
|
if (argc < 2) {
|
|
|
|
wantUsage = true;
|
|
|
|
goto bail;
|