am 7615d828: am ac16badc: am e226a0f5: Add customtabs support lib to extras/android/support/

* commit '7615d828163653f0260bb384b95ec4d06f61fb22':
  Add customtabs support lib to extras/android/support/
This commit is contained in:
Yusuf Ozuysal
2015-08-27 22:17:46 +00:00
committed by Android Git Automerger
2 changed files with 4 additions and 1 deletions

View File

@@ -121,7 +121,8 @@ ANDROID_SUPPORT_LIBRARIES := \
android-support-multidex \
android-support-multidex-instrumentation \
android-support-design \
android-support-percent
android-support-percent \
android-support-customtabs
$(foreach lib, $(ANDROID_SUPPORT_LIBRARIES), $(eval $(call _package_sdk_library,$(lib))))

View File

@@ -521,6 +521,8 @@ frameworks/support/percent/res
frameworks/support/percent/src/.readme extras/android/support/percent/src/.readme
${OUT_DIR}/target/common/obj/PACKAGING/android-support-percent_intermediates/android-support-percent.jar extras/android/support/percent/libs/android-support-percent.jar
frameworks/support/customtabs/AndroidManifest.xml extras/android/support/customtabs/AndroidManifest.xml
${OUT_DIR}/target/common/obj/PACKAGING/android-support-customtabs_intermediates/android-support-customtabs.jar extras/android/support/customtabs/libs/android-support-customtabs.jar
##############################################################################
# Tests Component
##############################################################################