| filegroup { | |
| name: "trusty_filegroup_external_libcxx", | |
| srcs: ["LICENSE.TXT"], | |
| visibility: ["//trusty/vendor/google/aosp/scripts"], | |
| } | |
| dirgroup { | |
| name: "trusty_dirgroup_external_libcxx", | |
| dirs: [ | |
| "include", | |
| "lib", | |
| "src", | |
| "utils", | |
| ], | |
| visibility: ["//trusty/vendor/google/aosp/scripts"], | |
| } |