From 1e2facf59c60dfc7e37fd079aaf9a75e62f5f78f Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sat, 8 Apr 2017 08:17:06 -0500 Subject: [PATCH] Move gapps log Signed-off-by: Paul Keith --- .gitignore | 3 +++ build/gapps.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ba748c..a19a565 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # out directory out/ + +# gapps log +gapps_log diff --git a/build/gapps.sh b/build/gapps.sh index 4224830..1d58605 100755 --- a/build/gapps.sh +++ b/build/gapps.sh @@ -14,7 +14,7 @@ OUT=$TOP/out BUILD=$TOP/build METAINF=$BUILD/meta COMMON=$TOP/common/proprietary -GLOG=/tmp/gapps_log +GLOG=$TOP/gapps_log ADDOND=$TOP/addond.sh ##