Skip to content

Commit

Permalink
Nuke making read only patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnet-69 committed Aug 6, 2023
1 parent 0b69380 commit 458bcfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ export CCACHE_COMPRESS=1
export CCACHE_MAXSIZE=50G # 50 GB
```

### Reduce file sizes by using the following flag
```Makefile
BOARD_EXT4_SHARE_DUP_BLOCKS := true
```
This Flag makes the blocks shared and makes the build read only. It ensures it fits on to maximum devices since many devices have small system partitions.

## Compilation
In rom folder, for building Gapps

Expand Down

This file was deleted.

0 comments on commit 458bcfa

Please sign in to comment.