mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Add AID_QCOM_DIAG, AID_RFS, and AID_RFS_SHARED to config.fs
Change-Id: I9da576900ed29a2633bb997dbbea4565b489a418
This commit is contained in:
parent
f9188fc8b1
commit
f5633db7a4
2 changed files with 11 additions and 0 deletions
|
@ -83,6 +83,9 @@ MAX_EGL_CACHE_KEY_SIZE := 12*1024
|
|||
# of the device.
|
||||
MAX_EGL_CACHE_SIZE := 2048*1024
|
||||
|
||||
# Filesystem
|
||||
TARGET_FS_CONFIG_GEN := device/samsung/msm8226-common/config.fs
|
||||
|
||||
# Fonts
|
||||
EXTENDED_FONT_FOOTPRINT := true
|
||||
|
||||
|
|
8
config.fs
Normal file
8
config.fs
Normal file
|
@ -0,0 +1,8 @@
|
|||
[AID_QCOM_DIAG]
|
||||
value:2950
|
||||
|
||||
[AID_RFS]
|
||||
value:2951
|
||||
|
||||
[AID_RFS_SHARED]
|
||||
value:2952
|
Loading…
Reference in a new issue