am dcb2c538: Add annotation support lib to SDK.

* commit 'dcb2c538b88b84ba33dd2dd3a4afaab79a05608a':
  Add annotation support lib to SDK.
This commit is contained in:
Xavier Ducrohet
2014-03-26 18:10:47 +00:00
committed by Android Git Automerger
2 changed files with 3 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ $(eval _psm_packaging_target :=)
endef
ANDROID_SUPPORT_LIBRARIES := \
android-support-annotations \
android-support-v4 \
android-support-v7-gridlayout \
android-support-v7-appcompat \

View File

@@ -335,6 +335,8 @@ development/sdk/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-annotations_intermediates/android-support-annotations.jar extras/android/support/annotations/android-support-annotations.jar
${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/samples/Support4Demos