summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:12:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:12:58 +0000
commit2833aa9b4e62a75a573c85d3d0e55d1888c3bfeb (patch)
treee7eada954f44182a3957debd83923abeb7a60246
parentc409fe72e51f8ef1a5fcca83df62d45f54d5f439 (diff)
parentcf574c6c6dd634fd56b8581948d03cbae3ea85f3 (diff)
downloadapf-android13-mainline-adbd-release.tar.gz
Change-Id: I63881b4e4ed8d8ac9c3801040a12fd2f9dbfe968
-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" }
]
}