Update minimum supported targetSdk to 28.
Trailing by 4 major releases, as per schedule. Test: make Bug: 215522897 Change-Id: I893fe0ee68cce4b08061628ed641b845d2d79b63
This commit is contained in:
parent
6363a04e79
commit
7918526355
1 changed files with 1 additions and 1 deletions
|
@ -240,6 +240,6 @@ ifndef PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION
|
||||||
# Used to set minimum supported target sdk version. Apps targeting sdk
|
# Used to set minimum supported target sdk version. Apps targeting sdk
|
||||||
# version lower than the set value will result in a warning being shown
|
# version lower than the set value will result in a warning being shown
|
||||||
# when any activity from the app is started.
|
# when any activity from the app is started.
|
||||||
PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 23
|
PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 28
|
||||||
endif
|
endif
|
||||||
.KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION
|
.KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION
|
||||||
|
|
Loading…
Reference in a new issue