Merge "Enforce deprecation policy for apps."

This commit is contained in:
Przemyslaw Szczepaniak 2018-01-25 09:20:18 +00:00 committed by Android (Google) Code Review
commit c77f86db44
1 changed files with 1 additions and 1 deletions

View File

@ -284,5 +284,5 @@ 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 fail to install and run on android
# device.
PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 0
PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 17
endif