Skip to content

Commit 2a9dd03

Browse files
committed
Add recursive search example in README
1 parent 0be7617 commit 2a9dd03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ This program takes as arguments a **list of directories** that contain compiled
6363
$ aosp-missing-blobs <blob directory1> <blob directory2> <blob directory3> <blob directoryN>
6464
```
6565

66+
Search blob directories recursively:
67+
68+
```
69+
$ aosp-missing-blobs -r <blob root directory>
70+
```
71+
6672
#### Example
6773

6874
Assuming you have extracted the ROM's system.img and vendor.img to `~/system` and `~/vendor`, respectively, run the following:

0 commit comments

Comments
 (0)