You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
387 B

package {
default_applicable_licenses: ["arm_trusted_firmware_license"],
}
// See: http://go/android-license-faq
license {
name: "arm_trusted_firmware_license",
visibility: [":__subpackages__"],
license_kinds: ["SPDX-license-identifier-BSD"],
license_text: ["LICENSE"],
}
filegroup {
name: "arm_dt_bindings_headers",
srcs: ["include/dt-bindings/**/*.h"],
}