diff options
author | Adam Powell <adamp@google.com> | 2015-06-24 13:04:22 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2015-06-24 13:04:22 -0700 |
commit | 0cf80f3ab817e7d9ee2a5c2516b1a507711fab3c (patch) | |
tree | 7ac391ce43cae73ede6548734fd2ff4bc171c451 /core | |
parent | 5c91af0d9486f82d72d71c8962a64643d1d32f70 (diff) | |
download | build-0cf80f3ab817e7d9ee2a5c2516b1a507711fab3c.zip build-0cf80f3ab817e7d9ee2a5c2516b1a507711fab3c.tar.gz build-0cf80f3ab817e7d9ee2a5c2516b1a507711fab3c.tar.bz2 |
Bump PLATFORM_PREVIEW_SDK_VERSION to 2
Change-Id: I6633e0077a6a89ef737d7c4b686aab033d94c41b
Diffstat (limited to 'core')
-rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 6cbe81c..4a87abb 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -80,7 +80,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 |