commit | 0790236e6fe2bc44a9af3d281459c2f441c3950b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Apr 21 19:01:39 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 21 19:01:39 2021 +0000 |
tree | b8039f1a7cfc0c0bf9178ca72ab662304c9baa16 | |
parent | 1b3d656a39326c7aac77e8fbfab44ef71ccefed9 [diff] | |
parent | 7bfb0b242b7cce7a7c3e39c0a47141a3f6275e37 [diff] |
Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3" am: 7bfb0b242b Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/1682067 Change-Id: I7c1221619427bc38b86f8ee6530279ecbbc4d5ad
diff --git a/tests/dummy_app/Android.mk b/tests/dummy_app/Android.mk index f4ab582..3472079 100644 --- a/tests/dummy_app/Android.mk +++ b/tests/dummy_app/Android.mk
@@ -7,6 +7,9 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_PACKAGE_NAME := Aardwolf +LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 +LOCAL_LICENSE_CONDITIONS := notice +LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE LOCAL_SDK_VERSION := current