Skip to content

Commit 1b839b0

Browse files
committed
Add dirgroup for trusty genrule
Bug: 358302178 Test: m lk.elf.x86_64 lk.elf.arm64 Change-Id: I452cb3fb752e6c0b98e910c5225933e14d3dc6a2
1 parent 1456474 commit 1b839b0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Android.bp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,9 @@ filegroup {
119119
srcs: ["aidl/android/hardware/display/IDeviceProductInfoConstants.aidl"],
120120
path: "aidl",
121121
}
122+
123+
dirgroup {
124+
name: "trusty_dirgroup_frameworks_native",
125+
dirs: ["libs/binder"],
126+
visibility: ["//trusty/vendor/google/aosp/scripts"],
127+
}

0 commit comments

Comments
 (0)