projects
/
GitHub
/
LineageOS
/
G12
/
android_device_amlogic_g12-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ee6b4
)
g12: Don't limit inodes on /product
author
razorloves
<razorloves@gmail.com>
Sat, 20 Aug 2022 07:58:14 +0000
(
02:58
-0500)
committer
Christian Hoffmann
<chrmhoffmann@gmail.com>
Sun, 22 Jan 2023 12:30:48 +0000
(13:30 +0100)
This fixes the issue where the MindTheGapps zip install is
incomplete due to /product not having enough free inodes.
Change-Id: I401a09565bc243d2b164f44b0b40518d65209aea
BoardConfigCommon.mk
patch
|
blob
|
blame
|
history
diff --git
a/BoardConfigCommon.mk
b/BoardConfigCommon.mk
index c91c24beb1ba7ba694a4c12b2bdf099991e154c4..480c86bcf4e58bc1af748becb0b68066828eb8c7 100644
(file)
--- a/
BoardConfigCommon.mk
+++ b/
BoardConfigCommon.mk
@@
-35,6
+35,7
@@
BUILDING_SUPER_EMPTY_IMAGE := true
ifneq ($(WITH_GMS),true)
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 420000000
+BOARD_PRODUCTIMAGE_EXTFS_INODE_COUNT := -1
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 40000000
BOARD_SYSTEM_EXTIMAGE_PARTITION_RESERVED_SIZE := 20000000
BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE := 10000000