From e98f22dba346256b51c3e56c51c2f83e05b493c2 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Fri, 16 Sep 2011 12:39:58 -0700 Subject: [PATCH] Rename Compatibility into support and move it to rev 4. Change-Id: I16ef0d75760c3605458188a201134bd96983e487 --- build/sdk.atree | 20 +++++++++---------- ...tibility_README.txt => support_README.txt} | 9 +++++---- ...e.properties => support_source.properties} | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) rename sdk/{compatibility_README.txt => support_README.txt} (81%) rename sdk/{compatibility_source.properties => support_source.properties} (54%) diff --git a/build/sdk.atree b/build/sdk.atree index 1cc868b89..7e0c2a5fa 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -199,18 +199,18 @@ sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt sdk/files/README_add-ons.txt add-ons/README.txt ############################################################################## -# Extra Component: Compatibility +# Extra Component: Support ############################################################################## -development/sdk/compatibility_source.properties extras/android/compatibility/source.properties -development/sdk/compatibility_README.txt extras/android/compatibility/README.txt -sdk/files/sdk_files_NOTICE.txt extras/android/compatibility/NOTICE.txt -${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/compatibility/v4/android-support-v4.jar -frameworks/support/v4 extras/android/compatibility/v4/src -development/samples/Support4Demos extras/android/compatibility/v4/samples/Support4Demos -${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/compatibility/v13/android-support-v13.jar -frameworks/support/v13 extras/android/compatibility/v13/src -development/samples/Support13Demos extras/android/compatibility/v13/samples/Support13Demos +development/sdk/support_source.properties extras/android/support/source.properties +development/sdk/support_README.txt extras/android/support/README.txt +sdk/files/sdk_files_NOTICE.txt extras/android/support/NOTICE.txt +${OUT_DIR}/target/common/obj/PACKAGING/android-support-v4_intermediates/android-support-v4.jar extras/android/support/v4/android-support-v4.jar +frameworks/support/v4 extras/android/support/v4/src +development/samples/Support4Demos extras/android/support/v4/samples/Support4Demos +${OUT_DIR}/target/common/obj/PACKAGING/android-support-v13_intermediates/android-support-v13.jar extras/android/support/v13/android-support-v13.jar +frameworks/support/v13 extras/android/support/v13/src +development/samples/Support13Demos extras/android/support/v13/samples/Support13Demos ############################################################################## # Tests Component diff --git a/sdk/compatibility_README.txt b/sdk/support_README.txt similarity index 81% rename from sdk/compatibility_README.txt rename to sdk/support_README.txt index 7752b3b07..2d3ba2540 100644 --- a/sdk/compatibility_README.txt +++ b/sdk/support_README.txt @@ -1,8 +1,9 @@ -Compatibility Libraries for Android. +Support Libraries for Android. This SDK component contains static libraries providing access to newer APIs -on older platforms. To use those libraries, simply copy them as static libraries -into your project. +on older platforms and various helper classes. + +To use those libraries, simply copy them as static libraries into your project. Each library is called v, indicating the minimum API level that they require. @@ -21,7 +22,7 @@ v4/samples/ provides a sample app using the library. *** V13 *** -Provides the same features as v4, plus: +v13/android-support-v13.jar provides the same features as v4, plus: - FragmentPagerAdapter: Implementation of PagerAdapter that represents each page as a Fragment. v13/src/ is the source code for the compatibility library, not including the v4 source diff --git a/sdk/compatibility_source.properties b/sdk/support_source.properties similarity index 54% rename from sdk/compatibility_source.properties rename to sdk/support_source.properties index f23e52a19..b75e326a5 100644 --- a/sdk/compatibility_source.properties +++ b/sdk/support_source.properties @@ -1,2 +1,2 @@ Pkg.UserSrc=false -Pkg.Revision=3 +Pkg.Revision=4