termux-packages/packages/aapt/androidfw-ResourceTypes.cpp...

12 lines
275 B
Diff
Raw Normal View History

2022-02-05 06:17:26 +01:00
--- a/base/libs/androidfw/ResourceTypes.cpp
+++ b/base/libs/androidfw/ResourceTypes.cpp
2022-02-06 13:20:18 +01:00
@@ -42,7 +42,7 @@
2022-02-05 06:17:26 +01:00
#include <utils/String16.h>
#include <utils/String8.h>
-#ifdef __ANDROID__
+#if defined __ANDROID__ && !defined __TERMUX__
#include <binder/TextOutput.h>
#endif