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

Commit d2fc8094 authored by Alan Viverette's avatar Alan Viverette
Browse files

Update pathmap.mk for refactored support library

Fix build following fast-forward of support library branch.

Change-Id: Ib9701b6f31f5b4a18067380875b145d990a07dd3
parent 17e29c20
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -106,6 +106,10 @@ FRAMEWORKS_BASE_JAVA_SRC_DIRS := \
#
FRAMEWORKS_SUPPORT_SUBDIRS := \
        annotations \
        compat \
        media-compat \
        fragment \
        core-ui \
        v4 \
        v7/gridlayout \
        v7/cardview \
@@ -147,6 +151,7 @@ FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
#
FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
    $(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \
    android-support-v4 \
    android-support-vectordrawable \
    android-support-animatedvectordrawable \
    android-support-v7-appcompat \