[LSC] Add LOCAL_LICENSE_KINDS to external/piex am: aacf8941ed am: 91339ee8e8

Original change: https://android-review.googlesource.com/c/platform/external/piex/+/1588885

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2b502f75bfd52ce1c7f2162c0c5724779733576f
This commit is contained in:
Bob Badour
2021-02-16 22:23:19 +00:00
committed by Automerger Merge Worker

View File

@@ -1,3 +1,20 @@
package {
default_applicable_licenses: ["external_piex_license"],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "external_piex_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
license_text: [
"LICENSE",
],
}
cc_defaults { cc_defaults {
name: "piex_default_cflags", name: "piex_default_cflags",
cflags: ["-Wall", "-Werror", "-Wsign-compare"], cflags: ["-Wall", "-Werror", "-Wsign-compare"],