summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-10 16:03:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-10 16:03:13 +0000
commit02e53cd567927e5e42d5cc7160592cf4ed3645f9 (patch)
tree8f408de3fa1160a751de269ef12934674363ada4
parent48eba339f988d3e6c51163f3a6e3ab701abab5a1 (diff)
parent582bbcf317c731c33ecb3ab001e4268466d5530f (diff)
downloadart-android12-mainline-tzdata3-release.tar.gz
Change-Id: Ib28924b184dd71d2b8ffbe028111909029bc9345
-rw-r--r--libnativebridge/tests/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/libnativebridge/tests/Android.bp b/libnativebridge/tests/Android.bp
index b789a2e9f8..d7878381c9 100644
--- a/libnativebridge/tests/Android.bp
+++ b/libnativebridge/tests/Android.bp
@@ -110,6 +110,14 @@ cc_test {
// unloading, so each test needs to be its own process.
test_per_src: true,
+ // Disable pre-submit host unit-testing for this test module, as
+ // it is not compatible with TradeFed (because of the use of the
+ // `test_per_src` feature above) and meant to be executed with the
+ // `runtests.sh` script instead.
+ test_options: {
+ unit_test: false,
+ },
+
srcs: [
"NativeBridgeApi.c",
"CodeCacheCreate_test.cpp",