소스 검색

Move gapps log

Signed-off-by: Paul Keith <[email protected]>
Paul Keith 8 년 전
부모
커밋
1e2facf59c
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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
 
 ##