commit | ce8daf60cf8a1c7ef717b33d47d78a02d33095ab | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Oct 10 17:15:44 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Oct 10 17:20:19 2024 +0900 |
tree | 7d90def4f6d72ae5014deb1844e6c24c44056ede | |
parent | c15d064c4a72c28b50963288a6dd4ff36764d441 [diff] |
Add dirgroup for trusty genrule Bug: 358302178 Test: m lk.elf.x86_64 lk.elf.arm64 Change-Id: I00197d52cec58cd0df2364e3ce1fc2b6cfeeef50
diff --git a/Android.bp b/Android.bp index baf3291..68115aa 100644 --- a/Android.bp +++ b/Android.bp
@@ -86,3 +86,9 @@ "VtsHalHidlTargetTestBase", ], } + +dirgroup { + name: "trusty_dirgroup_hardware_interfaces", + dirs: ["."], + visibility: ["//trusty/vendor/google/aosp/scripts"], +}