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

Commit 13b89483 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Determine build_ota_package based on recovery.fstab install location" into main

parents a41075ec 5f128171
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5649,7 +5649,7 @@ else
        build_ota_package := false
      endif
    endif # INSTALLED_BOOTIMAGE_TARGET == ""
    ifeq ($(recovery_fstab),)
    ifeq ($(filter $(TARGET_RECOVERY_ROOT_OUT)/system/etc/recovery.fstab,$(INTERNAL_RECOVERYIMAGE_FILES)),)
      build_ota_package := false
    endif
  endif # PRODUCT_BUILD_GENERIC_OTA_PACKAGE