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

Commit 12a37963 authored by Aurimas Liutikas's avatar Aurimas Liutikas
Browse files

Fix import of android-support-annotations

Bug: 69161825
Change-Id: I647516330d9990869f78084e2d393742000e836b
parent 33d0a050
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5,8 +5,10 @@ LOCAL_USE_AAPT2 := true

LOCAL_MODULE := SettingsLib

LOCAL_JAVA_LIBRARIES := \
    android-support-annotations

LOCAL_SHARED_ANDROID_LIBRARIES := \
    android-support-annotations \
    android-support-v4 \
    android-support-v7-recyclerview \
    android-support-v7-preference \
+3 −1
Original line number Diff line number Diff line
@@ -14,8 +14,10 @@
#

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

LOCAL_STATIC_ANDROID_LIBRARIES += \
    android-support-annotations \
    android-support-v4 \
    SettingsLib
else