Merge "Update setupwizard library to use correct support-v4 replacements" into oc-dev am: 4af0b56277

am: 6f9823b528

Change-Id: I33f1b73492e62093fe1d6ecab87d90ff188b9634
This commit is contained in:
Alan Viverette 2017-05-11 11:35:33 +00:00 committed by android-build-merger
commit 243ce6c39f

View file

@ -44,22 +44,28 @@ LOCAL_SRC_FILES := $(call all-java-files-under, main/src gingerbread/src recycle
ifdef LOCAL_USE_AAPT2
LOCAL_SHARED_ANDROID_LIBRARIES := \
android-support-v4 \
android-support-annotations \
android-support-compat \
android-support-core-ui \
android-support-v7-appcompat \
android-support-v7-recyclerview
else
LOCAL_AAPT_FLAGS := --auto-add-overlay \
--extra-packages android.support.compat \
--extra-packages android.support.v7.appcompat \
--extra-packages android.support.v7.recyclerview
LOCAL_RESOURCE_DIR += \
frameworks/support/compat/res \
frameworks/support/v7/appcompat/res \
frameworks/support/v7/recyclerview/res
LOCAL_JAVA_LIBRARIES := \
android-support-v4 \
android-support-annotations \
android-support-compat \
android-support-core-ui \
android-support-v7-appcompat \
android-support-v7-recyclerview