Include android-support-transition library in SDK build
Also sorts the list of libraries so that it's easier to see when things are missing. Bug: 31645726 Test: built the SDK, verified build artifacts Change-Id: Ic52e0fd6362087eb4653baf9137ff09b9945d994
This commit is contained in:
@@ -121,12 +121,21 @@ $(eval _psm_packaging_target :=)
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ANDROID_SUPPORT_LIBRARIES := \
|
ANDROID_SUPPORT_LIBRARIES := \
|
||||||
|
android-support-animatedvectordrawable \
|
||||||
android-support-annotations \
|
android-support-annotations \
|
||||||
android-support-compat \
|
android-support-compat \
|
||||||
android-support-media-compat \
|
|
||||||
android-support-core-ui \
|
android-support-core-ui \
|
||||||
android-support-fragment \
|
|
||||||
android-support-core-utils \
|
android-support-core-utils \
|
||||||
|
android-support-customtabs \
|
||||||
|
android-support-design \
|
||||||
|
android-support-documents-archive \
|
||||||
|
android-support-fragment \
|
||||||
|
android-support-media-compat \
|
||||||
|
android-support-multidex \
|
||||||
|
android-support-multidex-instrumentation \
|
||||||
|
android-support-percent \
|
||||||
|
android-support-recommendation \
|
||||||
|
android-support-transition \
|
||||||
android-support-v4 \
|
android-support-v4 \
|
||||||
android-support-v7-appcompat \
|
android-support-v7-appcompat \
|
||||||
android-support-v7-cardview \
|
android-support-v7-cardview \
|
||||||
@@ -139,15 +148,7 @@ ANDROID_SUPPORT_LIBRARIES := \
|
|||||||
android-support-v14-preference \
|
android-support-v14-preference \
|
||||||
android-support-v17-leanback \
|
android-support-v17-leanback \
|
||||||
android-support-v17-preference-leanback \
|
android-support-v17-preference-leanback \
|
||||||
android-support-multidex \
|
android-support-vectordrawable
|
||||||
android-support-multidex-instrumentation \
|
|
||||||
android-support-design \
|
|
||||||
android-support-percent \
|
|
||||||
android-support-recommendation \
|
|
||||||
android-support-customtabs \
|
|
||||||
android-support-documents-archive \
|
|
||||||
android-support-vectordrawable \
|
|
||||||
android-support-animatedvectordrawable
|
|
||||||
|
|
||||||
$(foreach lib, $(ANDROID_SUPPORT_LIBRARIES), $(eval $(call _package_sdk_library,$(lib))))
|
$(foreach lib, $(ANDROID_SUPPORT_LIBRARIES), $(eval $(call _package_sdk_library,$(lib))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user