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

Commit bfab6f3b authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Make change and version bump to SD1A.210721.001

Change-Id: I877a460a90172fd000006cfe69a88c036a5f9251
parents 06f94869 ec91a392
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -4230,7 +4230,7 @@ else
  ifeq ($(TARGET_PRODUCT),sdk)
  ifeq ($(TARGET_PRODUCT),sdk)
    build_ota_package := false
    build_ota_package := false
  endif
  endif
  # A target without a kernel or recovery fstab may be one of the following:
  # A target without a kernel may be one of the following:
  # - A generic target. In this case, the OTA package usually isn't built.
  # - A generic target. In this case, the OTA package usually isn't built.
  #   PRODUCT_BUILD_GENERIC_OTA_PACKAGE may be set to true to force OTA package
  #   PRODUCT_BUILD_GENERIC_OTA_PACKAGE may be set to true to force OTA package
  #   generation.
  #   generation.
@@ -4245,10 +4245,10 @@ else
      ifeq ($(TARGET_NO_KERNEL),true)
      ifeq ($(TARGET_NO_KERNEL),true)
        build_ota_package := false
        build_ota_package := false
      endif
      endif
    endif # INSTALLED_BOOTIMAGE_TARGET == ""
    ifeq ($(recovery_fstab),)
    ifeq ($(recovery_fstab),)
      build_ota_package := false
      build_ota_package := false
    endif
    endif
    endif # INSTALLED_BOOTIMAGE_TARGET == ""
  endif # PRODUCT_BUILD_GENERIC_OTA_PACKAGE
  endif # PRODUCT_BUILD_GENERIC_OTA_PACKAGE


  # Set build_otatools_package, and allow opt-out below.
  # Set build_otatools_package, and allow opt-out below.
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,4 +18,4 @@
# (like "CRB01").  It must be a single word, and is
# (like "CRB01").  It must be a single word, and is
# capitalized by convention.
# capitalized by convention.


BUILD_ID=SD1A.210720.004
BUILD_ID=SD1A.210721.001