You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
275 B
Diff
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
|