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

Commit 0931eecd authored by Colin Cross's avatar Colin Cross
Browse files

Remove $(ANDROID_SUPPORT_DESIGN_TARGETS) from PackageInstaller

$(ANDROID_SUPPORT_DESIGN_TARGETS) was added as a transitive
dependency of android-support-car, but android-support-car doesn't
use android-support-design any more, it uses androidx.design_design.
Mixing them was resulting in two choices for android.support.design
classes.

Since transitive dependencies are handled by fix_dependencies.mk
now and will be handled by Soong later, remove the incorrect
dependency.

Bug: 78300023
Test: m checkbuild
Change-Id: I808516fa040bba86a5910e3e28f1866a2580b79c
Merged-In: I8c0bf6768e7bbfc38ec6867c6e0a8bc2cd998551
parent e9225114
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ LOCAL_SRC_FILES := \
    $(call all-java-files-under, src)

LOCAL_STATIC_ANDROID_LIBRARIES += \
    $(ANDROID_SUPPORT_DESIGN_TARGETS) \
    android-support-car \
    android-support-transition \
    android-support-compat \