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
This commit is contained in:
parent
32c89d462f
commit
662f11905d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue