[LSC] Add LOCAL_LICENSE_KINDS to system/memory/lmkd am: 0bc044bc32

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1e0fd1880b7b45a980877b88ac26c53763b8e340
This commit is contained in:
Bob Badour 2021-02-16 18:18:47 +00:00 committed by Automerger Merge Worker
commit 04cea7c607
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",