summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-10-19 23:05:03 +0000
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-10-19 23:05:03 +0000
commit94f979b30059d1981c0c0a02122d426f33d382bf (patch)
treefa2b0462841c54ded448ff09e4f8a28e99b3052d
parent9c8145b91d0ce83b6c4529b646b6e7b72b0f6ed6 (diff)
parentba8667c2a124a721dabf72bcd5d6a681162a3b61 (diff)
Snap for 12525705 from ba8667c2a124a721dabf72bcd5d6a681162a3b61 to 25Q2-release
Change-Id: Iefb22939d02dbd717061bd3d8e62ca8130ea0bb7
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f4b1d37..a8b8a8c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -154,3 +154,9 @@ genrule {
")-Android-build;" +
"sed s/@VCS_TAG@/$${version}/ $(in) > $(out)",
}
+
+dirgroup {
+ name: "trusty_dirgroup_external_dtc",
+ dirs: ["."],
+ visibility: ["//trusty/vendor/google/aosp/scripts"],
+}