mirror of
https://github.com/Evolution-X/external_piex
synced 2026-01-27 16:24:09 +00:00
[LSC] Add LOCAL_LICENSE_KINDS to external/piex am: aacf8941ed am: 91339ee8e8 am: d9a358d0c4 am: f9e3a55136
Original change: https://android-review.googlesource.com/c/platform/external/piex/+/1588885 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I964749301956d44d984ed49d9eac2b64de01e0d6
This commit is contained in:
17
Android.bp
17
Android.bp
@@ -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 {
|
||||
name: "piex_default_cflags",
|
||||
cflags: ["-Wall", "-Werror", "-Wsign-compare"],
|
||||
|
||||
Reference in New Issue
Block a user