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

Commit e6936509 authored by Colin Cross's avatar Colin Cross
Browse files

Pass --legacy to aapt2 compile for Dialer

This module produces warnings that are treated as errors if --legacy
is not passed.  --legacy is no longer being passed by default, so
add it here.

Bug: 135615364
Test: m java
Change-Id: I4db9606206597a58b2a6864ac5ef6d944bb292b4
parent cca24530
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ LOCAL_AAPT_FLAGS := $(addprefix --extra-packages , $(LOCAL_AAPT_FLAGS))
LOCAL_AAPT_FLAGS += \
	--auto-add-overlay \
	--extra-packages me.leolin.shortcutbadger \
	--legacy \

LOCAL_STATIC_JAVA_LIBRARIES := \
	android-common \