Merge "Fix misleading comment in version_defaults.mk"

This commit is contained in:
Treehugger Robot
2018-08-31 19:46:25 +00:00
committed by Gerrit Code Review

View File

@@ -318,8 +318,8 @@ endif
ifndef PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION 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 fail to install and run on android # version lower than the set value will result in a warning being shown
# device. # when any activity from the app is started.
PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 17 PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 17
endif endif
.KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION .KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION