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

Commit 7ff0d582 authored by Colin Cross's avatar Colin Cross
Browse files

Revert "Default to AAPT2 = false in AOSP only"

I276d22e82dbef65eaa0f6c3331d7990292a62bc9 fixes the underlying
issue that was causing Launcher to crash when building with aapt2.

This reverts commit 0838a7d4.

Bug: 80404630
Test: booted and launcher didn't crash
Change-Id: I77e231b000e7c05a631bc44271c203dd698b6873
Merged-In: I2edc3c9ba8e3e7616ea39c4ebf1fe6e65f113090
parent 8d3070f5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -21,9 +21,6 @@ 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 := \
@@ -70,9 +67,6 @@ 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 := \