Merge "[LSC] Add LOCAL_LICENSE_KINDS to device/google/gs-common"

This commit is contained in:
TreeHugger Robot 2022-10-07 02:55:24 +00:00 committed by Android (Google) Code Review
commit 763eae3289
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "dump_ramdump",
srcs: ["dump_ramdump.cpp"],

View file

@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "dump_soc",
srcs: ["dump_soc.cpp"],