Create README.md

main
ColdWindScholar 2023-08-09 11:00:43 +08:00 committed by GitHub
parent 34eee5fe13
commit bf51f2fd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# context_patch
if you are using mke2fs+e2fsdroid or mkfs.erofs repack android image ,you can use it to patch file_context
# Usage
if there have a vendor file
vendor:
- vendor (dir):(many files)
- config (dir):
- vendor_fs_config
- vendor_file_context
```shell
python context_patch.py ./vendor/vendor ./vendor/config/vendor_file_context
```