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

Commit 0ed2001f authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "Stop packaging obsolete OTA tools." am: b98fa197 am: e82ea963

am: 2867533a

* commit '2867533a':
  Stop packaging obsolete OTA tools.
parents 699cc1dd 2867533a
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -1452,14 +1452,11 @@ define package_files-copy-root
  fi
  fi
endef
endef


built_ota_tools := \
built_ota_tools :=
    $(call intermediates-dir-for,EXECUTABLES,applypatch,,,$(TARGET_PREFER_32_BIT))/applypatch \
    $(call intermediates-dir-for,EXECUTABLES,sqlite3,,,$(TARGET_PREFER_32_BIT))/sqlite3


# We can't build static executables when SANITIZE_TARGET=address
# We can't build static executables when SANITIZE_TARGET=address
ifeq ($(strip $(SANITIZE_TARGET)),)
ifeq ($(strip $(SANITIZE_TARGET)),)
built_ota_tools += \
built_ota_tools += \
    $(call intermediates-dir-for,EXECUTABLES,applypatch_static,,,$(TARGET_PREFER_32_BIT))/applypatch_static \
    $(call intermediates-dir-for,EXECUTABLES,updater,,,$(TARGET_PREFER_32_BIT))/updater
    $(call intermediates-dir-for,EXECUTABLES,updater,,,$(TARGET_PREFER_32_BIT))/updater
endif
endif