Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80fe8f71 authored by Inseob Kim's avatar Inseob Kim
Browse files

Minimize dirgroup for Trusty build

Because exposing entire hardware/interfaces triggers unnecessary
rebuilding.

Bug: 379103795
Test: m trusty-lk.elf trusty-test-lk.elf
Change-Id: I7e97216ccb01b66a2af30619679bb7b62a95adc9
parent db7be07c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -86,9 +86,3 @@ cc_defaults {
        "VtsHalHidlTargetTestBase",
    ],
}

dirgroup {
    name: "trusty_dirgroup_hardware_interfaces",
    dirs: ["."],
    visibility: ["//trusty/vendor/google/aosp/scripts"],
}
+5 −0
Original line number Diff line number Diff line
dirgroup {
    name: "trusty_dirgroup_hardware_interfaces_staging_security_see",
    dirs: ["."],
    visibility: ["//trusty/vendor/google/aosp/scripts"],
}