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