History log of /frameworks/opt/setupwizard/library/standalone.gradle
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6572258004a99bd3f9618131ee8397b4ea235ff3 18-Mar-2017 Maurice Lam <yukl@google.com> Upgrade standalone.gradle versions

Android Studio started aggressively asking to update.

Test: Existing tests pass
Change-Id: I64b64860c204b9ab2f3c73e46ba6af67ce142c0f
/frameworks/opt/setupwizard/library/standalone.gradle
644ec7e04f47fce346cd95cf512bffcead4c52b0 21-Dec-2016 Maurice Lam <yukl@google.com> Remove icsCompat build variant

It is now replaced by gingerbreadCompat.

Test: Existing tests pass: ./gradlew connectedAndroidTest
Change-Id: I87583b2ca99fe6c65479ced88bfe5e9f8a992d75
/frameworks/opt/setupwizard/library/standalone.gradle
8ee818ca3388e63284d6db3932541359e81ed212 20-Jan-2016 Maurice Lam <yukl@google.com> Update SuwLib build version to 23.0.2

Change-Id: Ib0fa01d298d7e3fdc529ead24e913d2de936a602
/frameworks/opt/setupwizard/library/standalone.gradle
3354831fb1ba4c7c1e55218906c8e532d0520bcd 10-Aug-2015 Jeff Davidson <jpd@google.com> Create a standalone gradle file without SDK/build-tools.

Currently, setup-wizard-lib has two gradle files - build.gradle,
which is used when building from inside the Android tree, where
all dependencies are built from source, and standalone.gradle,
where all dependencies are prebuilts. Unbundled apps generally
want the latter, but this gradle file defines a specific build
tools and SDK version, which is undesirable if we want to build
everything with the same build tools and SDK.

So, introduce a third gradle file, standalone-rules.gradle, which
uses prebuilt support lib dependencies, but which does not define
the SDK and build tools so that another gradle file can define
these at the top level.

Since this doesn't affect existing gradle files, this should be
a safe change.

Bug: 22670848
Change-Id: I95f4294105b54c5d978f6632bd98e2492a6d983c
/frameworks/opt/setupwizard/library/standalone.gradle
6df734500612c91d396ccc61da80cd1cdc96b5b3 20-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Add standalone build file

Add a standalone build file to the build for users outside of the
Android tree. This is necessary because gradle builds in Android tree
have a different configuration than normal projects created in
Android Studio, like android.properties file and the dist plugin.

Change-Id: I0f1a9728d61fcad391d9d23f75445b5c435da13d
/frameworks/opt/setupwizard/library/standalone.gradle