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

Commit 72d7a285 authored by Michael Wright's avatar Michael Wright Committed by android-build-merger
Browse files

N MR1 is API 25

am: bcdc880c

Change-Id: I5351dcf93a5c3aa816b2ea60fae5eb8fef020d5a
parents d6aa9eb7 bcdc880c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ ifeq "" "$(PLATFORM_SDK_VERSION)"
  # intermediate builds).  During development, this number remains at the
  # SDK version the branch is based on and PLATFORM_VERSION_CODENAME holds
  # the code-name of the new development work.
  PLATFORM_SDK_VERSION := 24
  PLATFORM_SDK_VERSION := 25
endif

ifeq "" "$(PLATFORM_JACK_MIN_SDK_VERSION)"
@@ -64,7 +64,7 @@ ifeq "" "$(PLATFORM_JACK_MIN_SDK_VERSION)"
  # PLATFORM_SDK_VERSION. During development, this number may be incremented
  # before PLATFORM_SDK_VERSION if the plateform starts to add new java
  # language supports.
  PLATFORM_JACK_MIN_SDK_VERSION := 24
  PLATFORM_JACK_MIN_SDK_VERSION := 25
endif

ifeq "" "$(PLATFORM_VERSION_CODENAME)"