[LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101
Added SPDX-license-identifier-Apache-2.0 to: fingerprint/extension/Android.bp usb/usb/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I28953341fc1fdb81a1a8898543fde5477dba0f0f
This commit is contained in:
parent
5869192f8c
commit
6d6da10554
2 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
package {
|
||||||
|
// See: http://go/android-license-faq
|
||||||
|
// A large-scale-change added 'default_applicable_licenses' to import
|
||||||
|
// all of the 'license_kinds' from "device_google_gs101_license"
|
||||||
|
// to get the below license kinds:
|
||||||
|
// SPDX-license-identifier-Apache-2.0
|
||||||
|
default_applicable_licenses: ["device_google_gs101_license"],
|
||||||
|
}
|
||||||
|
|
||||||
sh_binary {
|
sh_binary {
|
||||||
name: "fingerprint.extension.sh",
|
name: "fingerprint.extension.sh",
|
||||||
init_rc: ["init.fingerprint.extension.rc"],
|
init_rc: ["init.fingerprint.extension.rc"],
|
||||||
|
|
|
@ -14,6 +14,15 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
package {
|
||||||
|
// See: http://go/android-license-faq
|
||||||
|
// A large-scale-change added 'default_applicable_licenses' to import
|
||||||
|
// all of the 'license_kinds' from "device_google_gs101_license"
|
||||||
|
// to get the below license kinds:
|
||||||
|
// SPDX-license-identifier-Apache-2.0
|
||||||
|
default_applicable_licenses: ["device_google_gs101_license"],
|
||||||
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "android.hardware.usb-service.gs101",
|
name: "android.hardware.usb-service.gs101",
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue