summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author mrziwang <mrziwang@google.com> 2025-01-23 16:31:57 -0800
committer Zi Wang <mrziwang@google.com> 2025-01-29 12:24:32 -0800
commit918a325fbf88f3e8e10f8adb407b89f729cb3273 (patch)
tree5ce5ed269a6a8393df60d5b849adfc380b01f2df
parent5c0f57afd1090339f22197c218b5dba69041446c (diff)
Add platform_testing to rootcanal visibility
root-canal is a dependency of platform_tests, which is going to converted to fully soong-built. Test: m nothing and CI Bug: 388850000 Change-Id: I523d0b121885d2b01dbf61412cbcb85a252444e6
-rw-r--r--tools/rootcanal/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rootcanal/Android.bp b/tools/rootcanal/Android.bp
index 69fc4bc456..d18c93d979 100644
--- a/tools/rootcanal/Android.bp
+++ b/tools/rootcanal/Android.bp
@@ -9,6 +9,7 @@ package {
default_visibility: [
"//device:__subpackages__",
"//packages/modules/Bluetooth:__subpackages__",
+ "//platform_testing:__subpackages__",
"//tools/netsim:__subpackages__",
],
}