| commit | 430bd54311a3509b89122bd5835fbadfe71337bd | [log] [tgz] |
|---|---|---|
| author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu May 13 08:01:38 2021 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 13 08:01:38 2021 +0000 |
| tree | 5883a346a4dc80220fe52f80493970f5c3362a92 | |
| parent | 5e4ecab9d66be818a0b1af0fd818ce1d98231879 [diff] | |
| parent | 85584c9eba83493d0d589f16760603245aad635d [diff] |
Merge "Add workaround for testing Launcher3Tests" into sc-dev am: 85584c9eba Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14409278 Change-Id: Ic3d4051a3edcc7a4fefb2b23f54c68119da69b6b
diff --git a/tests/Android.mk b/tests/Android.mk index 883a69e..19b9656 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -76,6 +76,10 @@ LOCAL_INSTRUMENTATION_FOR := Launcher3 +LOCAL_TEST_CONFIG := Launcher3Tests.xml + +LOCAL_COMPATIBILITY_SUPPORT_FILES := $(call intermediates-dir-for,APPS,Launcher3)/package.apk:Launcher3.apk + LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 LOCAL_LICENSE_CONDITIONS := notice LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../NOTICE