summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-10-21 04:55:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-10-21 04:55:13 +0000
commit770ecbda210a1a71489417b79ec965cc3f477fdd (patch)
treef57f40bfe66fd3007c1f74813f6d5f2ddc7f57df
parent257c7bdc4b184e7edea1de3a49288f3e536adca9 (diff)
parentefb466ded3180ebe0d0229b151be6c4048ba6df1 (diff)
downloadapf-770ecbda210a1a71489417b79ec965cc3f477fdd.tar.gz
Snap for 5954522 from efb466ded3180ebe0d0229b151be6c4048ba6df1 to rvc-release
Change-Id: Ib22cb7ffec32a11d5d1b2ad073bac005f6aab032
-rw-r--r--Android.bp3
-rw-r--r--TEST_MAPPING7
2 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5df80dd..4157e2a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,5 +65,8 @@ sh_test_host {
darwin: {
enabled: false,
},
+ windows: {
+ enabled: false,
+ },
},
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..9135dc3
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "postsubmit": [
+ { "name": "NetworkStackTests" },
+ { "name": "apf_run_test",
+ "host": true }
+ ]
+}