diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-02-22 16:25:40 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-02-22 16:25:40 +0000 |
commit | 02aab08833371fe23e8b4fe79c1b1dd72d8d1639 (patch) | |
tree | ce2a8d47240d38cb821ba749b4f836375acc200f /devel/android-tools-fastboot-devel/files/patch-fastboot_socket.h | |
parent | - Update to 1.7.4 (diff) |
devel/android-tools-{adb,fastboot}-devel: update to m.p.6425
Changes: https://android.googlesource.com/platform/system/core/+log/aef26bb1a4ad..aef26bb1a4ad/adb
Changes: https://android.googlesource.com/platform/system/core/+log/aef26bb1a4ad..aef26bb1a4ad/fastboot
Notes
Notes:
svn path=/head/; revision=409356
Diffstat (limited to 'devel/android-tools-fastboot-devel/files/patch-fastboot_socket.h')
-rw-r--r-- | devel/android-tools-fastboot-devel/files/patch-fastboot_socket.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/android-tools-fastboot-devel/files/patch-fastboot_socket.h b/devel/android-tools-fastboot-devel/files/patch-fastboot_socket.h new file mode 100644 index 000000000000..6b0b4bf20dd5 --- /dev/null +++ b/devel/android-tools-fastboot-devel/files/patch-fastboot_socket.h @@ -0,0 +1,14 @@ +--- fastboot/socket.h.orig 2016-02-20 02:39:51 UTC ++++ fastboot/socket.h +@@ -41,7 +41,10 @@ + + #include <android-base/macros.h> + #include <cutils/sockets.h> +-#include <gtest/gtest_prod.h> ++ ++// Copied from <gtest/gtest_prod.h> ++#define FRIEND_TEST(test_case_name, test_name)\ ++friend class test_case_name##_##test_name##_Test + + // Socket interface to be implemented for each platform. + class Socket { |