We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be7617 commit 2a9dd03Copy full SHA for 2a9dd03
README.md
@@ -63,6 +63,12 @@ This program takes as arguments a **list of directories** that contain compiled
63
$ aosp-missing-blobs <blob directory1> <blob directory2> <blob directory3> <blob directoryN>
64
```
65
66
+Search blob directories recursively:
67
+
68
+```
69
+$ aosp-missing-blobs -r <blob root directory>
70
71
72
#### Example
73
74
Assuming you have extracted the ROM's system.img and vendor.img to `~/system` and `~/vendor`, respectively, run the following:
0 commit comments