From 2d4bcdae47c60d709f372f20f4c22ffbd2cf97cf Mon Sep 17 00:00:00 2001 From: Caesar Wang Date: Tue, 3 Sep 2019 01:04:52 +0000 Subject: [PATCH] device/rockchip: update the debian build way Change-Id: Ib9a4e3c789ae9f912fbba33938a2619487c0c162 Signed-off-by: Caesar Wang --- common/build.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/common/build.sh b/common/build.sh index 55c4726..8c87d6d 100755 --- a/common/build.sh +++ b/common/build.sh @@ -162,12 +162,7 @@ function build_debian(){ RELEASE=stretch TARGET=desktop ARCH=$ARCH ./mk-base-debian.sh fi - if [ "$ARCH" = "armhf" ]; then - VERSION=debug ARCH=$ARCH ./mk-rootfs-stretch.sh - - else - VERSION=debug ARCH=$ARCH ./mk-rootfs-stretch-arm64.sh - fi + VERSION=debug ARCH=$ARCH ./mk-rootfs-stretch.sh ./mk-image.sh cd ..