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

Commit 1b839b09 authored by Inseob Kim's avatar Inseob Kim
Browse files

Add dirgroup for trusty genrule

Bug: 358302178
Test: m lk.elf.x86_64 lk.elf.arm64
Change-Id: I452cb3fb752e6c0b98e910c5225933e14d3dc6a2
parent 1456474e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -119,3 +119,9 @@ filegroup {
    srcs: ["aidl/android/hardware/display/IDeviceProductInfoConstants.aidl"],
    path: "aidl",
}

dirgroup {
    name: "trusty_dirgroup_frameworks_native",
    dirs: ["libs/binder"],
    visibility: ["//trusty/vendor/google/aosp/scripts"],
}