mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
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
14 lines
402 B
C++
14 lines
402 B
C++
--- 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 {
|