Quellcode durchsuchen

Move gapps log

Signed-off-by: Paul Keith <[email protected]>
Paul Keith vor 8 Jahren
Ursprung
Commit
1e2facf59c
2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 3 0
      .gitignore
  2. 1 1
      build/gapps.sh

+ 3 - 0
.gitignore

@@ -1,2 +1,5 @@
 # out directory
 out/
+
+# gapps log
+gapps_log

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