summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 20:37:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 20:37:32 +0000
commit43a71a6813aef62e17d4d701c4fc82a6dd27fe25 (patch)
treee7eada954f44182a3957debd83923abeb7a60246
parent73120504812d172f773acd7618a939a35454b3d7 (diff)
parentcf574c6c6dd634fd56b8581948d03cbae3ea85f3 (diff)
downloadapf-android13-mainline-media-release.tar.gz
Change-Id: I84aec39e1e31bccc7bc2c35d0afa8841a1d398b0
-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" }
]
}