mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
No description
485a35d053
* Rationale: speed has a lot of dex code expansion, it uses more ram and space compared to quicken. Using quicken for shared APKs on Go devices may save RAM. Note that this is a trade-off: here we trade clean pages for dirty pages, extra cpu and battery. That's because the quicken files will be jit-ed in all the processes that load of shared apk and the code cache is not shared. Some notable apps that will be affected by this are gms and chrome. As seen here : https://android.googlesource.com/platform/build/+/refs/tags/android-9.0.0_r48/target/product/go_defaults_common.mk#45 |
||
---|---|---|
camera | ||
configs | ||
gps | ||
init | ||
keylayout | ||
libsecnativefeature | ||
libshims | ||
libwcnss_qmi | ||
overlay | ||
overlay-lineage | ||
prima | ||
recovery/root | ||
ril | ||
rootdir | ||
seccomp | ||
sensors | ||
sepolicy | ||
Android.mk | ||
BoardConfigCommon.mk | ||
common-proprietary-files.txt | ||
compatibility_matrix.xml | ||
config.fs | ||
extract-files.sh | ||
lineage.dependencies | ||
manifest.xml | ||
msm8226.mk | ||
README | ||
setup-makefiles.sh | ||
system.prop |
Copyright 2012 - The CyanogenMod Project Common Samsung 8226 repository