Provisionally increase PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION to 23.

Bug: 112828438
Test: m
Change-Id: Id66e19cab1248ce7c89a39e3bd21b7e0dae8c4e7
This commit is contained in:
Narayan Kamath 2018-08-24 15:07:50 +01:00
parent e7d93422d1
commit e4f41463fd
1 changed files with 1 additions and 1 deletions

View File

@ -320,6 +320,6 @@ ifndef PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION
# Used to set minimum supported target sdk version. Apps targeting sdk
# version lower than the set value will result in a warning being shown
# when any activity from the app is started.
PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 17
PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 23
endif
.KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION