Added If it fails to build

This commit is contained in:
RezaAdi0105 2018-11-13 10:29:08 +00:00 committed by GitHub
parent 6334a98071
commit bff06d2dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b twr
```
To initialize a shallow clone, which will save even more space, use a command like this:
```bash
$ repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -b PBRP
$ repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb.git -bPBRP
```
For Initial Low RAM Devices:
```bash
@ -38,3 +38,9 @@ Then to build:
$ mka recoveryimage
```
If it fails to build:
```bash
$ export LC_ALL=C
```