Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1212040b authored by Tony Mantler's avatar Tony Mantler Committed by Android (Google) Code Review
Browse files

Merge "Make sure Lifecycle proguard rules are used"

parents 669b46f3 2407eb73
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@ LOCAL_SHARED_ANDROID_LIBRARIES := \
    android-support-v7-recyclerview \
    android-support-v7-preference \
    android-support-v7-appcompat \
    android-support-v14-preference
    android-support-v14-preference \
    apptoolkit-lifecycle-runtime

LOCAL_SHARED_JAVA_LIBRARIES := \
    apptoolkit-lifecycle-common \
    apptoolkit-lifecycle-runtime
    apptoolkit-lifecycle-common

LOCAL_STATIC_JAVA_LIBRARY := legacy-android-test

+5 −1
Original line number Diff line number Diff line
@@ -15,10 +15,12 @@

ifeq ($(LOCAL_USE_AAPT2),true)
LOCAL_STATIC_JAVA_LIBRARIES += \
    android-support-annotations
    android-support-annotations \
    apptoolkit-lifecycle-common

LOCAL_STATIC_ANDROID_LIBRARIES += \
    android-support-v4 \
    apptoolkit-lifecycle-runtime \
    SettingsLib
else
LOCAL_RESOURCE_DIR += $(call my-dir)/res
@@ -59,5 +61,7 @@ LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.settingslib
LOCAL_STATIC_JAVA_LIBRARIES += \
    android-support-annotations \
    android-support-v4 \
    apptoolkit-lifecycle-runtime \
    apptoolkit-lifecycle-common \
    SettingsLib
endif