summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-25 12:34:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-25 12:34:35 +0000
commitf3458b8b3d7d4b0d641e4b7bb472acc257194eef (patch)
treee7eada954f44182a3957debd83923abeb7a60246
parent415d0a07f367738db64f5ec6805fa85445629294 (diff)
parentcf574c6c6dd634fd56b8581948d03cbae3ea85f3 (diff)
downloadapf-android13-mainline-go-conscrypt-release.tar.gz
Snap for 8358640 from cf574c6c6dd634fd56b8581948d03cbae3ea85f3 to mainline-go-conscrypt-releaseaml_go_con_330913000android13-mainline-go-conscrypt-release
Change-Id: Ia843eb2fcfef6501ef707dc3f4aa8bc3fe8e8153
-rw-r--r--Android.bp4
-rw-r--r--TEST_MAPPING4
2 files changed, 4 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index c0d3722..dad6f38 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,7 +74,6 @@ sh_test_host {
name: "apf_run_test",
src: "apf_run_test.sh",
filename: "apf_run_test.sh",
- test_suites: ["general-tests"],
test_config: "apf_run_test.xml",
data: ["testdata/*"],
data_bins: ["apf_run"],
@@ -86,4 +85,7 @@ sh_test_host {
enabled: false,
},
},
+ test_options: {
+ unit_test: true,
+ },
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 564bf92..f590b05 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,7 +1,5 @@
{
"presubmit": [
- { "name": "NetworkStackTests" },
- { "name": "apf_run_test",
- "host": true }
+ { "name": "NetworkStackTests" }
]
}