From 53ad2de7f6677c31eb42dbd117b4857f38fc36f4 Mon Sep 17 00:00:00 2001 From: Yusuf Ozuysal Date: Tue, 25 Aug 2015 15:43:46 -0700 Subject: [PATCH] Add customtabs support lib to extras/android/support/ Currently the only way to get access to customtabs library through download m2repository and using the aar file whereas all other support libs are also present in extras/android/support/ with the corresponding resources and jar file. This adds the jar and manifest to the corresponding folder to avoid the confusion to developers. Change-Id: Id6d71e4071c0725257cadb539cd47230d6727914 --- build/sdk.atree | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/sdk.atree b/build/sdk.atree index f0f7eaeb4..ee1e25132 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -519,6 +519,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 ##############################################################################