Package: android-platform-tools / 35.0.2-1~exp6

system/unwindstack-porting.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: unwindstack porting
Forwarded: not-needed
--- a/system/unwinding/libunwindstack/include/unwindstack/RegsGetLocal.h
+++ b/system/unwinding/libunwindstack/include/unwindstack/RegsGetLocal.h
@@ -123,7 +123,7 @@
       : "t1", "memory");
 }
 
-#elif defined(__i386__) || defined(__x86_64__)
+#else
 
 // Do not change this, some libraries depend on this function existing on
 // these architectures.