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

Commit d04efa59 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Use AAPT2 by default"

am: 90b890f9

Change-Id: I1e41c8506272c315f7af596fa38eb5e4fca27400
parents 266bbad2 90b890f9
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@
# Including this makefile will force AAPT2 on if FORCE_AAPT2==true,
# Including this makefile will force AAPT2 on if FORCE_AAPT2==true,
# rewriting some properties to convert standard AAPT usage to AAPT2.
# rewriting some properties to convert standard AAPT usage to AAPT2.


ifeq ($(FORCE_AAPT2),true)
ifneq ($(FORCE_AAPT2),false)
  ifeq ($(LOCAL_USE_AAPT2),)
  ifeq ($(LOCAL_USE_AAPT2),)
    # Force AAPT2 on
    # Force AAPT2 on
    LOCAL_USE_AAPT2 := true
    LOCAL_USE_AAPT2 := true
@@ -50,7 +50,6 @@ ifeq ($(FORCE_AAPT2),true)
    ifeq (,$(strip $(LOCAL_MANIFEST_FILE)$(LOCAL_FULL_MANIFEST_FILE)))
    ifeq (,$(strip $(LOCAL_MANIFEST_FILE)$(LOCAL_FULL_MANIFEST_FILE)))
      ifeq (,$(wildcard $(LOCAL_PATH)/AndroidManifest.xml))
      ifeq (,$(wildcard $(LOCAL_PATH)/AndroidManifest.xml))
        # work around missing manifests by creating a default one
        # work around missing manifests by creating a default one
        $(call pretty-warning, Missing manifest file)
        LOCAL_FULL_MANIFEST_FILE := $(call local-intermediates-dir,COMMON)/DefaultManifest.xml
        LOCAL_FULL_MANIFEST_FILE := $(call local-intermediates-dir,COMMON)/DefaultManifest.xml
        $(call create-default-manifest-file,$(LOCAL_FULL_MANIFEST_FILE))
        $(call create-default-manifest-file,$(LOCAL_FULL_MANIFEST_FILE))
      endif
      endif