From 43c6a65706b559dc0e149dc2e33d00b65b28d08f Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Fri, 27 Apr 2018 14:26:53 +0900 Subject: [PATCH] Removed obsolete comment on PLATFORM_SYSTEMSDK_MIN_VERSION The min version has been set. Bug: 78023556 Test: no need Change-Id: I12f816dfb9be7e9e945a68540f4efcfcc32b7cc2 --- core/version_defaults.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 8a1602e01f..b089da5f86 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -207,9 +207,6 @@ ifndef PLATFORM_SYSTEMSDK_MIN_VERSION # to the public SDK where platform essentially supports all previous SDK versions, # platform supports only a few number of recent system SDK versions as some of # old system APIs are gradually deprecated, removed and then deleted. - # However, currently in P, we only support the single latest version since there - # is no old system SDK versions. Therefore, this is set to empty for now. This - # should later (in post P) be set to a number, like 28. PLATFORM_SYSTEMSDK_MIN_VERSION := 28 endif