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

Commit 7edc734e authored by Rob Seymour's avatar Rob Seymour Committed by Gerrit Code Review
Browse files

Merge "Do not set DISABLE_PREOPT_BOOT_IMAGES when doing a VSDK build."

parents 3b0ca61d 0aaa5612
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -549,8 +549,11 @@ DISABLE_PREOPT :=
DISABLE_PREOPT_BOOT_IMAGES :=
ifneq (,$(TARGET_BUILD_APPS)$(TARGET_BUILD_UNBUNDLED_IMAGE))
  DISABLE_PREOPT := true
  # VSDK builds perform dexpreopt during merge_target_files build step.
  ifneq (true,$(BUILDING_WITH_VSDK))
    DISABLE_PREOPT_BOOT_IMAGES := true
  endif
endif
ifeq (true,$(TARGET_BUILD_UNBUNDLED))
  ifneq (true,$(UNBUNDLED_BUILD_SDKS_FROM_SOURCE))
    TARGET_BUILD_USE_PREBUILT_SDKS := true