summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-25 12:33:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-25 12:33:54 +0000
commit24c39960bd3b89119a3a2898d3ef93a3298b64de (patch)
treee7eada954f44182a3957debd83923abeb7a60246
parentb787ed5ab2e8beaaccdb641def3bfa551bfc0c4c (diff)
parentcf574c6c6dd634fd56b8581948d03cbae3ea85f3 (diff)
downloadapf-android13-mainline-go-ipsec-release.tar.gz
Snap for 8358640 from cf574c6c6dd634fd56b8581948d03cbae3ea85f3 to mainline-go-ipsec-releaseaml_go_ips_330911000android13-mainline-go-ipsec-release
Change-Id: Ic7c13c477c923564e8ee27fcbba2c97aff237db3
-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" }
]
}