[LSC] Add LOCAL_LICENSE_KINDS to device/google/gs-common
Added SPDX-license-identifier-Apache-2.0 to: ramdump/Android.bp soc/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Id2b08f9edfdc7d9828f28739c28b23c318f352a2
This commit is contained in:
parent
cf7266088f
commit
37b8e22c2e
@ -1,3 +1,7 @@
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "dump_ramdump",
|
||||
srcs: ["dump_ramdump.cpp"],
|
||||
|
@ -1,3 +1,7 @@
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "dump_soc",
|
||||
srcs: ["dump_soc.cpp"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user