summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:12:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:12:44 +0000
commitba3af695a521d4ada37818a1f59006796b0cc177 (patch)
treee7eada954f44182a3957debd83923abeb7a60246
parent5d9a83322012bc74204e675e6917d0720baafe01 (diff)
parentcf574c6c6dd634fd56b8581948d03cbae3ea85f3 (diff)
downloadapf-android13-mainline-conscrypt-release.tar.gz
Snap for 8564071 from cf574c6c6dd634fd56b8581948d03cbae3ea85f3 to mainline-conscrypt-releaseaml_con_341110000aml_con_331413000aml_con_331411000aml_con_331312000aml_con_331115000aml_con_331011010android13-mainline-conscrypt-release
Change-Id: I382407873cd285b8e7ad674c2001e7910a95ba27
-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" }
]
}