summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
author Matt Gilbride <mattgilbride@google.com> 2024-11-06 14:44:35 +0000
committer Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-11-06 16:01:10 +0000
commit52f22d080cc077eaf11a1c32bb07f87339343cd4 (patch)
tree473a17ec3311144c23c4c375921adbf3aab33e80 /build
parenta687066b7043dbc1be8f85001eeb0f341cd25885 (diff)
Add packages/modules/UprobeStats to flag visibility
This module will need to read the executable_method_file_offsets flag. Flag: Not needed (build visibility change only) Bug: 372925025 Test: TH Change-Id: Idcf11efc522514b37a543619792f4a2216ef6603
Diffstat (limited to 'build')
-rw-r--r--build/flags/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/flags/Android.bp b/build/flags/Android.bp
index 7b3ff062c3..194dff1fd4 100644
--- a/build/flags/Android.bp
+++ b/build/flags/Android.bp
@@ -31,7 +31,8 @@ aconfig_declarations {
visibility: [
"//art:__subpackages__",
"//libcore:__subpackages__",
- "//frameworks/base:__subpackages__", // Needed for exporting flags.
+ "//frameworks/base:__subpackages__",
+ "//packages/modules/UprobeStats:__subpackages__",
],
}