Sign in
android
/
platform
/
bootable
/
libbootloader
/
eee7706
/
.
/
gbl
/
libgbl
/
testdata
/
README.md
blob: e14ec4f072765e10c13caf88ac4565f57c3112b1 [
file
] [
view
]
Generating
test image
:
```
echo test > file.txt
echo "file.txt=file.txt" > manifest
zbi -o test_image.img manifest
rm file.txt manifest
```