History log of /frameworks/support/previewsdk/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1cd5a1f80010eece43cb4608505fd39f4832c00 25-Feb-2016 Neil Fuller <nfuller@google.com> Pin support libraries to Java 1.7 so they can be used with dx

The .jar artifacts must contain v51 class files to prevent them
being rejected by dx.

Bug: 26753820
Bug: 27353172
Bug: 27338966
Change-Id: I03a881a86bb6e3fcaa4ccb33e6c0615157ee363f
/frameworks/support/previewsdk/Android.mk
82b55491586ac50a0f95b60e39a3c18d068941cf 22-Jan-2016 Chris Banes <chrisbanes@google.com> Update support lib to use correct current SDK

BUG: 26714403
Change-Id: I2153dbda365f4552a14df1f432239bddfbbbef00
/frameworks/support/previewsdk/Android.mk
62550cb0fdbd11d09bc8d38186117ae98e7fd2e5 23-May-2015 Adam Powell <adamp@google.com> Add previewsdk support library

This tiny library ties together the build-time constants used to
populate build.prop for devices and checks for the
Build.VERSION.PREVIEW_SDK_INT value to ensure binary compatibility
across prerelease builds with breaking API changes. This allows apps
to easily check if their assumptions about the SDK they built with
hold on the current device. If not, the app can fall back to the
functionality available in the previously released public API level.

Change-Id: I3d1975fe9483ca6c4f4e24e08844052be314459b
/frameworks/support/previewsdk/Android.mk