Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 850b227d authored by Narayan Kamath's avatar Narayan Kamath Committed by android-build-merger
Browse files

Merge "Fix misleading comment in version_defaults.mk" am: 3536f6ab am: ea9fe478

am: 9e89d344

Change-Id: Iaf0dd5a36b5f35399084d6f6f2d016066d7c2eec
parents a8aa5bd4 9e89d344
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -325,8 +325,8 @@ endif

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.
  # 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
endif
.KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION