Merge "Default to AAPT2 = false in AOSP only"
This commit is contained in:
@@ -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 := \
|
||||
|
||||
Reference in New Issue
Block a user