summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
author Mythri Alle <mythria@google.com> 2025-01-08 07:58:33 +0000
committer Mythri Alle <mythria@google.com> 2025-01-16 09:34:07 -0800
commitecdd2c1a79f48d342e92f71fe854c68f47f087c0 (patch)
tree94b954072db91fe00a4387e0150a713f8b65a1b1 /build
parent990cf07523a5c6ae437a0bd0cc80fb63320def5e (diff)
Add //cts/libcore/vmdebug to visibility of ART aconfig flags
Add //cts/libcore/vmdebug to visibility of aconfig flags to access them in API coverage tests Bug: 385015127 Test: atest VMDebugDeviceTest Change-Id: I5785d23ae3d27bd19cbe1700db94705385cc332d
Diffstat (limited to 'build')
-rw-r--r--build/flags/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/flags/Android.bp b/build/flags/Android.bp
index 951ca39ba4..e0fbb1ca37 100644
--- a/build/flags/Android.bp
+++ b/build/flags/Android.bp
@@ -67,5 +67,6 @@ java_aconfig_library {
aconfig_declarations: "art-aconfig-flags",
visibility: [
"//cts/hostsidetests/compilation:__subpackages__",
+ "//cts/tests/libcore/vmdebug:__subpackages__",
],
}