Merge "Enforce deprecation policy for apps."
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 3f5144f..8a7b684 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -284,5 +284,5 @@
   # 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