From 4ab796abd28cfef3d37f9020b7f9aedeaad11e2f Mon Sep 17 00:00:00 2001 From: Hyokeun Jeon Date: Mon, 11 Nov 2019 20:11:27 +0900 Subject: [PATCH 1/1] Listup outputs Change-Id: Id984ca97a1dd7719555079e6373720d37324a5fb --- build.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.template b/build.template index 8353dee..bb1d2a3 100644 --- a/build.template +++ b/build.template @@ -89,6 +89,9 @@ for rs in $rs_list; do fi done +echo "OUTPUT CONTENTS..." +ls -al ${SHARE_ROOT} + #FIXME: Check 64 bit rootstraps for mobile profile. #if [[ $BUILD_TYPE = "SUBMIT" ]] && [[ $PROFILE = "mobile" ]]; then # if [[ $rs_list = *"device64"* ]] && [[ $rs_list = *"emulator64"* ]]; then -- 2.7.4