[LSC] Add LOCAL_LICENSE_KINDS to system/memory/lmkd am: 0bc044bc32 am: 04cea7c607 am: bcdf5072a2 am: 1b69602dd5

Original change: https://android-review.googlesource.com/c/platform/system/memory/lmkd/+/1589007

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9e20c54be5bd0a4c197824ba2cc3f8350556d9fd
This commit is contained in:
Bob Badour 2021-02-16 20:11:37 +00:00 committed by Automerger Merge Worker
commit 6ccdaa69bf
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_defaults { cc_defaults {
name: "stats_defaults", name: "stats_defaults",
cflags: [ cflags: [

View File

@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_headers { cc_library_headers {
name: "libpsi_headers", name: "libpsi_headers",
export_include_dirs: ["include"], export_include_dirs: ["include"],

View File

@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_test { cc_test {
name: "lmkd_unit_test", name: "lmkd_unit_test",