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

Commit 662f1190 authored by Ian Pedowitz's avatar Ian Pedowitz
Browse files

PLATFORM_PREVIEW_SDK_VERSION should be 2 for the next Preview/Beta Release of OC

Test: lunch marlin-userdebug && m -j40
Change-Id: I1654ab2b63ebddc79fd41f3c9d3d9e3902f03172
Fixes: 36512249
parent 32c89d46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ else
    # assuming the device can only support APIs as of the previous official
    # public release.
    # This value will always be 0 for release builds.
    PLATFORM_PREVIEW_SDK_VERSION := 1
    PLATFORM_PREVIEW_SDK_VERSION := 2
  endif
endif