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 0838a7d416.
Bug: 80404630
Test: booted and launcher didn't crash
Change-Id: I77e231b000e7c05a631bc44271c203dd698b6873
Merged-In: I2edc3c9ba8e3e7616ea39c4ebf1fe6e65f113090
This commit is contained in:
@@ -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 := \
|
||||
|
||||
Reference in New Issue
Block a user