1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 09:26:39 +00:00
termux-packages/packages/aapt/androidfw-ResourceTypes.cpp.patch
2022-02-08 10:26:57 +09:00

12 lines
275 B
Diff

--- a/base/libs/androidfw/ResourceTypes.cpp
+++ b/base/libs/androidfw/ResourceTypes.cpp
@@ -43,7 +43,7 @@
#include <utils/String16.h>
#include <utils/String8.h>
-#ifdef __ANDROID__
+#if defined __ANDROID__ && !defined __TERMUX__
#include <binder/TextOutput.h>
#endif