projects
/
GitHub
/
LineageOS
/
android_device_samsung_universal7580-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f14aa
)
universal7580: Specify we have a cache partition
author
Luca Stefani
<luca.stefani.ge1@gmail.com>
Tue, 25 Oct 2016 18:49:27 +0000
(11:49 -0700)
committer
Danny Wood
<danwood76@gmail.com>
Tue, 10 Mar 2020 15:25:55 +0000
(15:25 +0000)
* In android 7.1 /cache is symlinked to /data/cache
-> set BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE to switch to the old "mkdir"
Change-Id: I0c6d410063231a4f2de964b297561d5d2f10fd57
BoardConfigCommon.mk
patch
|
blob
|
blame
|
history
diff --git
a/BoardConfigCommon.mk
b/BoardConfigCommon.mk
index a7bb0960b192c10d9f3c7d1ec8d158b3217f64ce..453d6aa06e5572d03d494c25d51c20fa3b727a77 100644
(file)
--- a/
BoardConfigCommon.mk
+++ b/
BoardConfigCommon.mk
@@
-69,6
+69,7
@@
TARGET_KERNEL_SOURCE := kernel/samsung/universal7580
# Use these flags if the board has a ext4 partition larger than 2gb
BOARD_HAS_LARGE_FILESYSTEM := true
TARGET_USERIMAGES_USE_EXT4 := true
+BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
# Exclude AudioFX
TARGET_EXCLUDES_AUDIOFX := true