forked from openkylin/platform_build
Merge "Provisionally increase PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION to 23."
This commit is contained in:
commit
0e0ef050f9
|
@ -320,6 +320,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 := 17
|
PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 23
|
||||||
endif
|
endif
|
||||||
.KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION
|
.KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION
|
||||||
|
|
Loading…
Reference in New Issue