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

Commit b19a4859 authored by Jeff Gaston's avatar Jeff Gaston
Browse files

Move some deps LOCAL_STATIC_ANDROID_LIBRARIES -> JAVA

Bug: 76692459
Test: m -j checkbuild
Change-Id: Ia13223efa7df4aada6472883bbdd08b9a5dd3b35
parent 7082447b
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -11,13 +11,15 @@ LOCAL_OVERRIDES_PACKAGES := AlarmClock

LOCAL_SRC_FILES := $(call all-java-files-under, src gen)

LOCAL_STATIC_JAVA_LIBRARIES := \
        androidx.annotation_annotation \
        androidx.collection_collection \
        androidx.arch.core_core-common \
        androidx.lifecycle_lifecycle-common \

LOCAL_STATIC_ANDROID_LIBRARIES := \
        androidx.design_design \
        androidx.annotation_annotation \
        androidx.lifecycle_lifecycle-runtime \
        androidx.lifecycle_lifecycle-common \
        androidx.arch.core_core-common \
        androidx.collection_collection \
        androidx.percentlayout_percentlayout \
        androidx.transition_transition \
        androidx.core_core \