[LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces am: 7a31e5dbd9
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1880391 Change-Id: I5bc448f708b7587bf418b1d6f1f308a0ea390eee
This commit is contained in:
commit
19379841b2
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@
|
|||
// limitations under the License.
|
||||
|
||||
// Utils library for VTS tests.
|
||||
package {
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "hardware_interfaces_license"
|
||||
// to get the below license kinds:
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["hardware_interfaces_license"],
|
||||
}
|
||||
|
||||
cc_library_headers {
|
||||
name: "libhealthtest_headers",
|
||||
static_libs: [
|
||||
|
|
Loading…
Reference in a new issue