Skip to content

Commit c163d67

Browse files
committed
clean up redundant dev code
1 parent 864982e commit c163d67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

share/product.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ ifneq ($(FAB_ARCH),$(HOST_ARCH))
2323
$(info building $(FAB_ARCH) on $(HOST_ARCH))
2424
ifeq ($(HOST_ARCH),arm64)
2525
$(error amd64 product can not be built on arm64)
26-
else
27-
ARM_ON_AMD := y
2826
endif
2927
endif
3028
else
@@ -172,7 +170,6 @@ define remove-deck
172170
fi
173171
endef
174172

175-
$(info GOT_TO_HERE)
176173
ifdef CHROOT_ONLY
177174
all: root.sandbox
178175
else

0 commit comments

Comments
 (0)