[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: Ic039630f7c87f10dfd5e44c54a2c0e15fa53c411
This commit is contained in:
Bob Badour 2021-02-16 20:08:17 +00:00 committed by Automerger Merge Worker
commit 29a42a720f
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 {
name: "stats_defaults",
cflags: [

View File

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

View File

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