summaryrefslogtreecommitdiff
path: root/libnativeloader
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 /libnativeloader
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 'libnativeloader')
-rw-r--r--libnativeloader/test/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnativeloader/test/Android.bp b/libnativeloader/test/Android.bp
index 60c9f3cf77..72e8c0fbc5 100644
--- a/libnativeloader/test/Android.bp
+++ b/libnativeloader/test/Android.bp
@@ -77,6 +77,7 @@ cc_test {
"art_defaults",
"art_test_defaults",
],
+ test_per_src: true,
srcs: [
"api_test.c",
],