commit | cea66e89a1124cc52005e56458dbbe21042c6824 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Oct 10 17:15:47 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Oct 10 18:21:29 2024 +0900 |
tree | 5c2df2079dedc1d394fd63026d0f4018ba36e4e3 | |
parent | 3aff5e6b0a50711405ce430cea469eb5a1e4de61 [diff] [blame] |
Add dirgroup for trusty genrule Bug: 358302178 Test: m lk.elf.x86_64 lk.elf.arm64 Change-Id: Ic3e41c6a38aaa9dd87dbc4a0215c02d19b3063a0
diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..c77a803 --- /dev/null +++ b/Android.bp
@@ -0,0 +1,5 @@ +dirgroup { + name: "trusty_dirgroup_system_core", + dirs: ["."], + visibility: ["//trusty/vendor/google/aosp/scripts"], +}