mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Fix Launcher3Tests SDK version
Ina879f9c481, the ub-launcher-aosp-tapl was switched from current to system_current. Since Launcher3Tests links against this library, we require it to use the system stubs as well. But I broke the check in the build system while doing some cleanup, so we never noticed. I'm fixing the check in: https://android-review.googlesource.com/c/platform/build/+/1156840 Bug: 143748700 Test: treehugger Change-Id: Ifcf47b19f7ed8f907e437325b4fd6a599fcca4cf (cherry picked from commit981ec8b789)
This commit is contained in:
committed by
Hyunyoung Song
parent
027cb32a96
commit
26b0938f09
@@ -57,7 +57,7 @@ ifneq (,$(wildcard frameworks/base))
|
||||
LOCAL_PRIVATE_PLATFORM_APIS := true
|
||||
LOCAL_STATIC_JAVA_LIBRARIES += launcher-aosp-tapl
|
||||
else
|
||||
LOCAL_SDK_VERSION := 28
|
||||
LOCAL_SDK_VERSION := system_28
|
||||
LOCAL_MIN_SDK_VERSION := 21
|
||||
LOCAL_STATIC_JAVA_LIBRARIES += ub-launcher-aosp-tapl
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user