Merge "[LSC] Add LOCAL_LICENSE_KINDS to device/google/gs-common"
This commit is contained in:
commit
763eae3289
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "dump_ramdump",
|
name: "dump_ramdump",
|
||||||
srcs: ["dump_ramdump.cpp"],
|
srcs: ["dump_ramdump.cpp"],
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "dump_soc",
|
name: "dump_soc",
|
||||||
srcs: ["dump_soc.cpp"],
|
srcs: ["dump_soc.cpp"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue