summaryrefslogtreecommitdiff
path: root/libnativebridge
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-05-08 00:08:42 +0000
committerChristopher Ferris <cferris@google.com>2020-05-08 07:25:07 +0000
commitfc5e2ef08c78bcf4a60c5097ff3a7fa80e358522 (patch)
tree4c1d538f5faf72617e9088b8f99a368b999b32dd /libnativebridge
parent685c84775f7dfe23197b080e4730435fd80e6d27 (diff)
Revert "Remove test_per_src from ART tests."
This reverts commit 8103e479d8f8447584582b2b70752029f7087776. Reason for revert: asan run fails in multiple ways Test: ran ./art/test/testrunner/run_build_test_target.py art-gtest-asan Change-Id: Ib9f2887436a664b64c6410f56a25ae2dd0e0aab4
Diffstat (limited to 'libnativebridge')
-rw-r--r--libnativebridge/tests/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnativebridge/tests/Android.bp b/libnativebridge/tests/Android.bp
index fe70a067b2..50bf0abd25 100644
--- a/libnativebridge/tests/Android.bp
+++ b/libnativebridge/tests/Android.bp
@@ -80,6 +80,7 @@ cc_defaults {
"art_defaults",
"art_test_defaults",
],
+ test_per_src: true,
// TODO(mast): Split up art_gtest_defaults so that it can be used for the
// following without pulling in lots of libs.
target: {
@@ -145,6 +146,7 @@ cc_test {
"art_defaults",
"art_test_defaults",
],
+ test_per_src: true,
// TODO(mast): Split up art_gtest_defaults so that it can be used for the
// following without pulling in lots of libs.
target: {