aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Gillin <peteg@google.com>2019-09-16 05:55:45 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-16 05:55:45 -0700
commit0c15df6b70ced18c5f687ff7545b483af7f79e26 (patch)
tree96ae6ac5f61ffdc18d8cd1fa884c025b7daacb46
parentc7c312058a8c67b1ab0e2e5b827ca1246a202ee3 (diff)
parentd650f3b3aa8d7cd613b4b2b4244785349d608447 (diff)
downloadokhttp-0c15df6b70ced18c5f687ff7545b483af7f79e26.tar.gz
Merge "Add TEST_MAPPINGS for external/okhttp."
am: d650f3b3aa Change-Id: I192dcf916e82c3bcd8b64f4a5b0b47d992401c9a
-rw-r--r--android/src/main/java/com/squareup/okhttp/TEST_MAPPING12
-rw-r--r--android/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING12
-rw-r--r--okhttp-android-support/src/main/java/com/squareup/okhttp/TEST_MAPPING7
-rw-r--r--okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/TEST_MAPPING12
-rw-r--r--okhttp-urlconnection/src/main/java/com/squareup/okhttp/TEST_MAPPING7
-rw-r--r--okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING7
-rw-r--r--okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/TEST_MAPPING7
-rw-r--r--okhttp/src/main/java/com/squareup/okhttp/TEST_MAPPING7
-rw-r--r--okhttp/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING7
-rw-r--r--okhttp/src/main/java/com/squareup/okhttp/internal/framed/TEST_MAPPING12
-rw-r--r--okhttp/src/main/java/com/squareup/okhttp/internal/http/TEST_MAPPING12
-rw-r--r--okhttp/src/main/java/com/squareup/okhttp/internal/tls/TEST_MAPPING12
-rw-r--r--okio/okio/src/main/java/okio/TEST_MAPPING12
13 files changed, 126 insertions, 0 deletions
diff --git a/android/src/main/java/com/squareup/okhttp/TEST_MAPPING b/android/src/main/java/com/squareup/okhttp/TEST_MAPPING
new file mode 100644
index 0000000..b2cf623
--- /dev/null
+++ b/android/src/main/java/com/squareup/okhttp/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsLibcoreOkHttpTestCases",
+ "options": [
+ {
+ "include-filter": "com.squareup.okhttp"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/android/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING b/android/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING
new file mode 100644
index 0000000..a4da23b
--- /dev/null
+++ b/android/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsLibcoreOkHttpTestCases",
+ "options": [
+ {
+ "include-filter": "com.squareup.okhttp.internal"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp-android-support/src/main/java/com/squareup/okhttp/TEST_MAPPING b/okhttp-android-support/src/main/java/com/squareup/okhttp/TEST_MAPPING
new file mode 100644
index 0000000..6cbd1a2
--- /dev/null
+++ b/okhttp-android-support/src/main/java/com/squareup/okhttp/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "imports": [
+ {
+ "path": "external/okhttp/android/src/main/java/com/squareup/okhttp"
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/TEST_MAPPING b/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/TEST_MAPPING
new file mode 100644
index 0000000..452688a
--- /dev/null
+++ b/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsLibcoreOkHttpTestCases",
+ "options": [
+ {
+ "include-filter": "com.squareup.okhttp.internal.huc"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp-urlconnection/src/main/java/com/squareup/okhttp/TEST_MAPPING b/okhttp-urlconnection/src/main/java/com/squareup/okhttp/TEST_MAPPING
new file mode 100644
index 0000000..6cbd1a2
--- /dev/null
+++ b/okhttp-urlconnection/src/main/java/com/squareup/okhttp/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "imports": [
+ {
+ "path": "external/okhttp/android/src/main/java/com/squareup/okhttp"
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING b/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING
new file mode 100644
index 0000000..cb2ecc7
--- /dev/null
+++ b/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "imports": [
+ {
+ "path": "external/okhttp/android/src/main/java/com/squareup/okhttp/internal"
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/TEST_MAPPING b/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/TEST_MAPPING
new file mode 100644
index 0000000..7137155
--- /dev/null
+++ b/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "imports": [
+ {
+ "path": "external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc"
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp/src/main/java/com/squareup/okhttp/TEST_MAPPING b/okhttp/src/main/java/com/squareup/okhttp/TEST_MAPPING
new file mode 100644
index 0000000..6cbd1a2
--- /dev/null
+++ b/okhttp/src/main/java/com/squareup/okhttp/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "imports": [
+ {
+ "path": "external/okhttp/android/src/main/java/com/squareup/okhttp"
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING b/okhttp/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING
new file mode 100644
index 0000000..cb2ecc7
--- /dev/null
+++ b/okhttp/src/main/java/com/squareup/okhttp/internal/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "imports": [
+ {
+ "path": "external/okhttp/android/src/main/java/com/squareup/okhttp/internal"
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp/src/main/java/com/squareup/okhttp/internal/framed/TEST_MAPPING b/okhttp/src/main/java/com/squareup/okhttp/internal/framed/TEST_MAPPING
new file mode 100644
index 0000000..2ae9001
--- /dev/null
+++ b/okhttp/src/main/java/com/squareup/okhttp/internal/framed/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsLibcoreOkHttpTestCases",
+ "options": [
+ {
+ "include-filter": "com.squareup.okhttp.internal.framed"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp/src/main/java/com/squareup/okhttp/internal/http/TEST_MAPPING b/okhttp/src/main/java/com/squareup/okhttp/internal/http/TEST_MAPPING
new file mode 100644
index 0000000..79e9079
--- /dev/null
+++ b/okhttp/src/main/java/com/squareup/okhttp/internal/http/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsLibcoreOkHttpTestCases",
+ "options": [
+ {
+ "include-filter": "com.squareup.okhttp.internal.http"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/okhttp/src/main/java/com/squareup/okhttp/internal/tls/TEST_MAPPING b/okhttp/src/main/java/com/squareup/okhttp/internal/tls/TEST_MAPPING
new file mode 100644
index 0000000..8c9cdac
--- /dev/null
+++ b/okhttp/src/main/java/com/squareup/okhttp/internal/tls/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsLibcoreOkHttpTestCases",
+ "options": [
+ {
+ "include-filter": "com.squareup.okhttp.internal.tls"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/okio/okio/src/main/java/okio/TEST_MAPPING b/okio/okio/src/main/java/okio/TEST_MAPPING
new file mode 100644
index 0000000..c2f1b40
--- /dev/null
+++ b/okio/okio/src/main/java/okio/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsLibcoreOkHttpTestCases",
+ "options": [
+ {
+ "include-filter": "okio"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file