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

Commit 23898eed authored by Ian Pedowitz's avatar Ian Pedowitz
Browse files

PLATFORM_PREVIEW_SDK_VERSION should be 0

It is already set to 0 because of REL, but explicitly set it

Bug: 77589980
Test: N/A
Change-Id: I97839c7dc09f8313f767635469f27b2a0d0e5010
parent b17f384d
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 := 2
    PLATFORM_PREVIEW_SDK_VERSION := 0
  endif
endif