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-07 12:53:59 +01:00
@@ -43,7 +43,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>
2022-02-07 12:53:59 +01:00
#endif