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

Commit 0838a7d4 authored by Erik Kline's avatar Erik Kline Committed by Colin Cross
Browse files

Default to AAPT2 = false in AOSP only

Bug: 80404630
Test: booted and launcher didn't crash
Merged-In: I2edc3c9ba8e3e7616ea39c4ebf1fe6e65f113090
Change-Id: Ic90717d81b00698f7ab068fb075b92626df614c9
parent 4ed5bf7b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ LOCAL_PATH := $(call my-dir)
#
include $(CLEAR_VARS)

# TODO(b/80404630): Remove when Launcher3 works with AAPT2
LOCAL_USE_AAPT2 := false

LOCAL_MODULE_TAGS := optional

LOCAL_STATIC_JAVA_LIBRARIES := \
@@ -67,6 +70,9 @@ include $(BUILD_PACKAGE)
#
include $(CLEAR_VARS)

# TODO(b/80404630): Remove when Launcher3 works with AAPT2
LOCAL_USE_AAPT2 := false

LOCAL_MODULE_TAGS := optional

LOCAL_STATIC_JAVA_LIBRARIES := \