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 ##