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

Commit 9c461365 authored by Yi-Yo Chiang's avatar Yi-Yo Chiang
Browse files

Fix Makefile formatting

Add indent to if-block so my text editor stop complaining.

Test: Presubmit
Change-Id: Ie3f4dbd114d894453bf46a91b47d5d0450e5e1e7
parent 08b0004c
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -1041,8 +1041,8 @@ endif

ifdef INTERNAL_BOOTCONFIG
  ifneq (,$(findstring androidboot.hardware=, $(INTERNAL_BOOTCONFIG)))
$(error "androidboot.hardware" BOOTCONFIG parameter is not supported due to \
  bootconfig limitations. Use "hardware" instead. INTERNAL_BOOTCONFIG: \
    $(error "androidboot.hardware" BOOTCONFIG parameter is not supported due \
      to bootconfig limitations. Use "hardware" instead. INTERNAL_BOOTCONFIG: \
      $(INTERNAL_BOOTCONFIG))
  endif
  INTERNAL_VENDOR_BOOTCONFIG_TARGET := $(PRODUCT_OUT)/vendor-bootconfig.img