Skip to content

Commit

Permalink
Extend the system partition to 2 GB for GApps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalkov authored Aug 16, 2016
1 parent 6af64b5 commit 4fa0f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FORMAT=false

# constants for the sdcard and partitions
SIZE_P1=512 # exact size of the partition 1 (boot) in MB
SIZE_P2=1024 # exact size of the partition 2 (system) in MB
SIZE_P2=2048 # exact size of the partition 2 (system) in MB
SIZE_P3=512 # exact size of the partition 3 (cache) in MB
SIZE_P4=1024 # minimum size of the partition 4 (userdata) in MB

Expand Down

0 comments on commit 4fa0f43

Please sign in to comment.