diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-08-24 12:41:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-08-24 12:41:31 +0000 |
commit | e7c25f9f246f34ea68ba6c4155b9fd7884162dc8 (patch) | |
tree | a2b168f33c9c1286567be477e7ce0bfcc28f0fb8 /devel/android-tools-adb/files/extra-patch-liblog_logd__write.c | |
parent | - Update to 0.4.0 (diff) |
devel/android-tools-{adb,fastboot}: update to 7.0.0.r1 (nougat)
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.1_r24..android-7.0.0_r1/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-7.0.0_r1/fastboot
Notes
Notes:
svn path=/head/; revision=420787
Diffstat (limited to 'devel/android-tools-adb/files/extra-patch-liblog_logd__write.c')
-rw-r--r-- | devel/android-tools-adb/files/extra-patch-liblog_logd__write.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/android-tools-adb/files/extra-patch-liblog_logd__write.c b/devel/android-tools-adb/files/extra-patch-liblog_logd__write.c deleted file mode 100644 index d9a8890325d4..000000000000 --- a/devel/android-tools-adb/files/extra-patch-liblog_logd__write.c +++ /dev/null @@ -1,12 +0,0 @@ ---- liblog/logd_write.c.orig 2015-05-27 20:24:08 UTC -+++ liblog/logd_write.c -@@ -22,7 +22,9 @@ - #include <pthread.h> - #endif - #include <stdarg.h> -+#if (FAKE_LOG_DEVICE == 0) - #include <stdatomic.h> -+#endif - #include <stdio.h> - #include <stdlib.h> - #include <string.h> |