tzh
2024-07-23 7e1950eb53ce0b05e5a39b8aef15428691a2a417
build.sh
....@@ -11,11 +11,11 @@
1111 ./build.sh
1212 cd -
1313
14
- cd android
15
- . ./build/envsetup.sh
16
- lunch ceres_c3-userdebug
17
- extract-bsp && pack
18
- cd -
14
+ #cd android
15
+ #. ./build/envsetup.sh
16
+ #lunch ceres_c3-userdebug
17
+ #extract-bsp && pack
18
+ #cd -
1919 fi
2020
2121 if [ x"$1" == "xa" ] ;then
....@@ -23,6 +23,7 @@
2323 . ./build/envsetup.sh
2424 lunch ceres_c3-userdebug
2525 extract-bsp
26
+ make installclean
2627 make BUILD_NUMBER=ido-a133 -j10 && pack
2728 # make -j10 && pack -v
2829 cd -