aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2024-04-08 23:29:00 +0100
committerMartin Stjernholm <mast@google.com>2024-04-08 23:29:00 +0100
commitcf08f77883d3d0ed6f0189d16bb1929065feafeb (patch)
treef8cda4dfc3d5b86d50494657f351d8294091a659
parent2aa7a5f3742a03a00bd6ae579e0b39626eb864ff (diff)
downloadelfutils-cf08f77883d3d0ed6f0189d16bb1929065feafeb.tar.gz
Add visibility to /art for use in tests.
Test: mmm art/ Bug: 247108425 Change-Id: Ibafe63fd0875f880b105a472d6068fc9861328be
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 848df077..573255aa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -110,6 +110,7 @@ cc_library {
},
visibility: [
+ "//art:__subpackages__", // For use in tests only.
"//device/google/contexthub/util/nanoapp_postprocess",
"//external/bcc/libbpf-tools",
"//external/bpftool",