Add dirgroup for trusty genrule

Bug: 358302178
Test: m lk.elf.x86_64 lk.elf.arm64
Change-Id: Ic3e41c6a38aaa9dd87dbc4a0215c02d19b3063a0
This commit is contained in:
Inseob Kim 2024-10-10 17:15:47 +09:00
parent 3aff5e6b0a
commit cea66e89a1

5
Android.bp Normal file
View file

@ -0,0 +1,5 @@
dirgroup {
name: "trusty_dirgroup_system_core",
dirs: ["."],
visibility: ["//trusty/vendor/google/aosp/scripts"],
}