Loading android/neverallow.go +4 −2 Original line number Diff line number Diff line Loading @@ -289,8 +289,10 @@ func createLimitDirgroupRule() []Rule { Without("visibility", "//trusty/vendor/google/aosp/scripts").Because(reason), NeverAllow(). ModuleType("genrule"). Without("name", "lk.elf.arm64"). Without("name", "lk.elf.x86_64"). Without("name", "trusty-arm64.lk.elf.gen"). Without("name", "trusty-arm64-test.lk.elf.gen"). Without("name", "trusty-x86_64.lk.elf.gen"). Without("name", "trusty-x86_64-test.lk.elf.gen"). WithMatcher("dir_srcs", isSetMatcherInstance).Because(reason), } } Loading Loading
android/neverallow.go +4 −2 Original line number Diff line number Diff line Loading @@ -289,8 +289,10 @@ func createLimitDirgroupRule() []Rule { Without("visibility", "//trusty/vendor/google/aosp/scripts").Because(reason), NeverAllow(). ModuleType("genrule"). Without("name", "lk.elf.arm64"). Without("name", "lk.elf.x86_64"). Without("name", "trusty-arm64.lk.elf.gen"). Without("name", "trusty-arm64-test.lk.elf.gen"). Without("name", "trusty-x86_64.lk.elf.gen"). Without("name", "trusty-x86_64-test.lk.elf.gen"). WithMatcher("dir_srcs", isSetMatcherInstance).Because(reason), } } Loading