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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iebc769459ca7acd508c9d84f7af4895abbc6905c
This commit is contained in:
Bob Badour 2021-02-16 18:48:28 +00:00 committed by Automerger Merge Worker
commit bcdf5072a2
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",