Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa9fb3625a | ||
|
|
5ab9f50116 | ||
|
|
480a0cd7ec | ||
|
|
f544c28fff | ||
|
|
7c788e7ce2 | ||
|
|
79c5e467b7 | ||
|
|
34de82e5ce | ||
|
|
e2babf167f | ||
|
|
6512fd9a75 | ||
|
|
a0ae42f465 | ||
|
|
754a8260a6 | ||
|
|
0c7d84c92b |
@@ -88,17 +88,6 @@ BOARD_SUPPORTS_OPENSOURCE_STHAL := true
|
||||
BOARD_SUPPORTS_SOUND_TRIGGER := true
|
||||
BOARD_USES_ALSA_AUDIO := true
|
||||
|
||||
# Display
|
||||
TARGET_USES_COLOR_METADATA := true
|
||||
TARGET_USES_DISPLAY_RENDER_INTENTS := true
|
||||
TARGET_USES_GRALLOC1 := true
|
||||
TARGET_USES_GRALLOC4 := true
|
||||
TARGET_USES_HWC2 := true
|
||||
TARGET_USES_ION := true
|
||||
|
||||
# DRM
|
||||
TARGET_ENABLE_MEDIADRM_64 := true
|
||||
|
||||
# Filesystem
|
||||
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs
|
||||
|
||||
@@ -117,15 +106,15 @@ DEVICE_MANIFEST_FILE += $(COMMON_PATH)/manifest.xml
|
||||
BOARD_USES_METADATA_PARTITION := true
|
||||
|
||||
# Partitions
|
||||
-include vendor/lineage/config/BoardConfigReservedSize.mk
|
||||
# -include vendor/lineage/config/BoardConfigReservedSize.mk
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 100663296
|
||||
BOARD_DTBOIMG_PARTITION_SIZE := 25165824
|
||||
BOARD_VENDOR_BOOTIMAGE_PARTITION_SIZE := 100663296
|
||||
BOARD_BUILD_VENDOR_RAMDISK_IMAGE := true
|
||||
BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := erofs
|
||||
BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := erofs
|
||||
BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := erofs
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := erofs
|
||||
BOARD_MOT_DP_GROUP_PARTITION_LIST := product system system_ext vendor
|
||||
BOARD_SUPER_PARTITION_GROUPS := mot_dp_group
|
||||
BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64)
|
||||
@@ -133,6 +122,9 @@ TARGET_COPY_OUT_PRODUCT := product
|
||||
TARGET_COPY_OUT_SYSTEM_EXT := system_ext
|
||||
TARGET_COPY_OUT_VENDOR := vendor
|
||||
|
||||
BOARD_EROFS_COMPRESSOR := lz4
|
||||
BOARD_EROFS_PCLUSTER_SIZE := 262144
|
||||
|
||||
# Properties
|
||||
TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop
|
||||
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
|
||||
|
||||
13
common.mk
13
common.mk
@@ -10,7 +10,6 @@ PRODUCT_PACKAGES += \
|
||||
vendor_firmware_mnt_mountpoint \
|
||||
vendor_fsg_mountpoint
|
||||
|
||||
PRODUCT_BUILD_SUPER_PARTITION := false
|
||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||
|
||||
# Enable project quotas and casefolding for emulated storage without sdcardfs
|
||||
@@ -46,13 +45,13 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_ven
|
||||
AB_OTA_POSTINSTALL_CONFIG += \
|
||||
RUN_POSTINSTALL_system=true \
|
||||
POSTINSTALL_PATH_system=system/bin/otapreopt_script \
|
||||
FILESYSTEM_TYPE_system=ext4 \
|
||||
FILESYSTEM_TYPE_system=erofs \
|
||||
POSTINSTALL_OPTIONAL_system=true
|
||||
|
||||
AB_OTA_POSTINSTALL_CONFIG += \
|
||||
RUN_POSTINSTALL_vendor=true \
|
||||
POSTINSTALL_PATH_vendor=bin/checkpoint_gc \
|
||||
FILESYSTEM_TYPE_vendor=ext4 \
|
||||
FILESYSTEM_TYPE_vendor=erofs \
|
||||
POSTINSTALL_OPTIONAL_vendor=true
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
@@ -198,6 +197,14 @@ PRODUCT_COPY_FILES += \
|
||||
# Kernel
|
||||
PRODUCT_ENABLE_UFFD_GC := true
|
||||
|
||||
# LiveDisplay
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.livedisplay-service.sdm \
|
||||
vendor.lineage.livedisplay-service.sysfs
|
||||
|
||||
$(call soong_config_set,livedisplay_sdm,enable_dm,false)
|
||||
$(call soong_config_set,livedisplay_sysfs,enable_se,true)
|
||||
|
||||
# Media
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/media/blair/media_codecs_performance_blair.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_blair.xml \
|
||||
|
||||
60
evolution.dependencies
Normal file
60
evolution.dependencies
Normal file
@@ -0,0 +1,60 @@
|
||||
[
|
||||
{
|
||||
"repository": "hardware_motorola",
|
||||
"target_path": "hardware/motorola",
|
||||
"remote": "evo-devices"
|
||||
},
|
||||
{
|
||||
"repository": "kernel_motorola_sm6375",
|
||||
"target_path": "kernel/motorola/sm6375",
|
||||
"remote": "evo-devices"
|
||||
},
|
||||
{
|
||||
"repository": "Deivid21/proprietary_vendor_motorola_MotCamera-common",
|
||||
"target_path": "vendor/motorola/MotCamera-common",
|
||||
"remote": "gitlab",
|
||||
"branch": "android-15"
|
||||
},
|
||||
{
|
||||
"repository": "Deivid21/proprietary_vendor_motorola_MotCameraAI-common",
|
||||
"target_path": "vendor/motorola/MotCameraAI-common",
|
||||
"remote": "gitlab",
|
||||
"branch": "android-15"
|
||||
},
|
||||
{
|
||||
"repository": "Deivid21/proprietary_vendor_motorola_MotCamera3AI-sm6375",
|
||||
"target_path": "vendor/motorola/MotCamera3AI-sm6375",
|
||||
"remote": "gitlab",
|
||||
"branch": "android-15"
|
||||
},
|
||||
{
|
||||
"repository": "Deivid21/proprietary_vendor_motorola_MotCamera4-sm6375",
|
||||
"target_path": "vendor/motorola/MotCamera4-sm6375",
|
||||
"remote": "gitlab",
|
||||
"branch": "android-15"
|
||||
},
|
||||
{
|
||||
"repository": "Deivid21/proprietary_vendor_motorola_MotoPhotoEditor",
|
||||
"target_path": "vendor/motorola/MotoPhotoEditor",
|
||||
"remote": "gitlab",
|
||||
"branch": "android-15"
|
||||
},
|
||||
{
|
||||
"repository": "Deivid21/proprietary_vendor_motorola_MotoSignatureApp",
|
||||
"target_path": "vendor/motorola/MotoSignatureApp",
|
||||
"remote": "gitlab",
|
||||
"branch": "android-15"
|
||||
},
|
||||
{
|
||||
"repository": "Deivid21/proprietary_vendor_motorola_MotorolaSettingsProvider",
|
||||
"target_path": "vendor/motorola/MotorolaSettingsProvider",
|
||||
"remote": "gitlab",
|
||||
"branch": "android-15"
|
||||
},
|
||||
{
|
||||
"repository": "Deivid-21s-Sources/proprietary_vendor_motorola_sm6375-common",
|
||||
"target_path": "vendor/motorola/sm6375-common",
|
||||
"remote": "github-non-los",
|
||||
"branch": "lineage-22.2"
|
||||
}
|
||||
]
|
||||
@@ -1,10 +0,0 @@
|
||||
[
|
||||
{
|
||||
"repository": "android_kernel_motorola_sm6375",
|
||||
"target_path": "kernel/motorola/sm6375"
|
||||
},
|
||||
{
|
||||
"repository": "android_hardware_motorola",
|
||||
"target_path": "hardware/motorola"
|
||||
}
|
||||
]
|
||||
@@ -1,4 +1,4 @@
|
||||
# All unpinned blobs are extracted from fogos_g V1UGS35H.75-14-3-3
|
||||
# All unpinned blobs are extracted from fogos_g V1UGS35H.75-14-13-1
|
||||
|
||||
# ADSP
|
||||
vendor/bin/adsprpcd
|
||||
|
||||
12
resource-overlay/motorola/Android.bp
Normal file
12
resource-overlay/motorola/Android.bp
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// SPDX-FileCopyrightText: The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
phony {
|
||||
name: "TurboPowerOverlay",
|
||||
required: [
|
||||
"TurboPowerOverlaySettingsLib",
|
||||
"TurboPowerOverlaySystemUI",
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// SPDX-FileCopyrightText: The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "TurboPowerOverlaySettingsLib",
|
||||
vendor: true,
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.lineageos.lineageparts.overlay.motorola">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="500"
|
||||
android:targetPackage="org.lineageos.lineageparts" />
|
||||
</manifest>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging speed is fast. -->
|
||||
<string name="battery_info_status_charging_fast">TurboPower conectado</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging speed is fast. -->
|
||||
<string name="battery_info_status_charging_fast">TurboPower conectado</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging speed is fast. -->
|
||||
<string name="battery_info_status_charging_fast">TurboPower connected</string>
|
||||
</resources>
|
||||
9
resource-overlay/motorola/TurboPowerSystemUI/Android.bp
Normal file
9
resource-overlay/motorola/TurboPowerSystemUI/Android.bp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// SPDX-FileCopyrightText: The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "TurboPowerOverlaySystemUI",
|
||||
vendor: true,
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.systemui.overlay.motorola">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="500"
|
||||
android:targetPackage="com.android.systemui" />
|
||||
</manifest>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- When the lock screen is showing and the phone plugged in, and the battery
|
||||
is not fully charged, and it's plugged into a fast charger, say that it's charging fast. -->
|
||||
<string name="keyguard_plugged_in_charging_fast"><xliff:g id="percentage">%s</xliff:g> • TurboPower conectado</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- When the lock screen is showing and the phone plugged in, and the battery
|
||||
is not fully charged, and it's plugged into a fast charger, say that it's charging fast. -->
|
||||
<string name="keyguard_plugged_in_charging_fast"><xliff:g id="percentage">%s</xliff:g> • TurboPower conectado</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- When the lock screen is showing and the phone plugged in, and the battery
|
||||
is not fully charged, and it's plugged into a fast charger, say that it's charging fast. -->
|
||||
<string name="keyguard_plugged_in_charging_fast"><xliff:g id="percentage">%s</xliff:g> • TurboPower connected</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Indication on the keyguard that is shown when the device is charging rapidly. Should match keyguard_plugged_in_charging_fast [CHAR LIMIT=50]-->
|
||||
<string name="keyguard_indication_charging_time_fast"><xliff:g id="percentage">%2$s</xliff:g> • TurboPower conectado (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%1$s</xliff:g> hasta la carga completa)</string>
|
||||
</resources>
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Indication on the keyguard that is shown when the device is charging rapidly. Should match keyguard_plugged_in_charging_fast [CHAR LIMIT=50]-->
|
||||
<string name="keyguard_indication_charging_time_fast"><xliff:g id="percentage">%2$s</xliff:g> • TurboPower conectado (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%1$s</xliff:g> até a carga completa)</string>
|
||||
</resources>
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Indication on the keyguard that is shown when the device is charging rapidly. Should match keyguard_plugged_in_charging_fast [CHAR LIMIT=50]-->
|
||||
<string name="keyguard_indication_charging_time_fast"><xliff:g id="percentage">%2$s</xliff:g> • TurboPower connected (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%1$s</xliff:g> until full)</string>
|
||||
</resources>
|
||||
@@ -35,9 +35,13 @@
|
||||
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
|
||||
|
||||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
system /system erofs ro wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,avb_keys=/avb/q-gsi.avbpubkey:/avb/r-gsi.avbpubkey:/avb/s-gsi.avbpubkey
|
||||
system /system ext4 ro,discard wait,slotselect,avb=vbmeta_system,logical,first_stage_mount,avb_keys=/avb/q-gsi.avbpubkey:/avb/r-gsi.avbpubkey:/avb/s-gsi.avbpubkey
|
||||
system_ext /system_ext erofs ro wait,slotselect,avb=vbmeta_system,logical,first_stage_mount
|
||||
system_ext /system_ext ext4 ro,discard wait,slotselect,avb=vbmeta_system,logical,first_stage_mount
|
||||
product /product erofs ro wait,slotselect,avb=vbmeta_system,logical,first_stage_mount
|
||||
product /product ext4 ro,discard wait,slotselect,avb=vbmeta_system,logical,first_stage_mount
|
||||
vendor /vendor erofs ro wait,slotselect,avb=vbmeta,logical,first_stage_mount
|
||||
vendor /vendor ext4 ro,discard wait,slotselect,avb=vbmeta,logical,first_stage_mount
|
||||
/dev/block/by-name/metadata /metadata ext4 noatime,nosuid,nodev,discard,data=ordered,barrier=1 wait,check,formattable,first_stage_mount
|
||||
/dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 noatime,nosuid,nodev,data=ordered,barrier=1 wait
|
||||
|
||||
@@ -1,31 +1,31 @@
|
||||
on property:ro.vendor.hw.ram=4GB
|
||||
setprop dalvik.vm.heapstartsize 8m
|
||||
setprop dalvik.vm.heapgrowthlimit 256m
|
||||
setprop dalvik.vm.heapsize 512m
|
||||
setprop dalvik.vm.heaptargetutilization 0.75
|
||||
setprop dalvik.vm.heapminfree 512k
|
||||
setprop dalvik.vm.heapmaxfree 8m
|
||||
|
||||
on property:ro.vendor.hw.ram=6GB
|
||||
setprop dalvik.vm.heapstartsize 12m
|
||||
setprop dalvik.vm.heapgrowthlimit 256m
|
||||
setprop dalvik.vm.heapsize 512m
|
||||
setprop dalvik.vm.heaptargetutilization 0.5
|
||||
setprop dalvik.vm.heapminfree 6m
|
||||
setprop dalvik.vm.heaptargetutilization 0.55
|
||||
setprop dalvik.vm.heapminfree 8m
|
||||
setprop dalvik.vm.heapmaxfree 24m
|
||||
|
||||
on property:ro.vendor.hw.ram=8GB
|
||||
on property:ro.vendor.hw.ram=6GB
|
||||
setprop dalvik.vm.heapstartsize 16m
|
||||
setprop dalvik.vm.heapgrowthlimit 256m
|
||||
setprop dalvik.vm.heapsize 512m
|
||||
setprop dalvik.vm.heaptargetutilization 0.5
|
||||
setprop dalvik.vm.heapgrowthlimit 384m
|
||||
setprop dalvik.vm.heapsize 768m
|
||||
setprop dalvik.vm.heaptargetutilization 0.55
|
||||
setprop dalvik.vm.heapminfree 8m
|
||||
setprop dalvik.vm.heapmaxfree 32m
|
||||
setprop dalvik.vm.heapmaxfree 40m
|
||||
|
||||
on property:ro.vendor.hw.ram=8GB
|
||||
setprop dalvik.vm.heapstartsize 24m
|
||||
setprop dalvik.vm.heapgrowthlimit 512m
|
||||
setprop dalvik.vm.heapsize 1024m
|
||||
setprop dalvik.vm.heaptargetutilization 0.5
|
||||
setprop dalvik.vm.heapminfree 12m
|
||||
setprop dalvik.vm.heapmaxfree 64m
|
||||
|
||||
on property:ro.vendor.hw.ram=12GB
|
||||
setprop dalvik.vm.heapstartsize 16m
|
||||
setprop dalvik.vm.heapgrowthlimit 256m
|
||||
setprop dalvik.vm.heapsize 512m
|
||||
setprop dalvik.vm.heaptargetutilization 0.5
|
||||
setprop dalvik.vm.heapminfree 8m
|
||||
setprop dalvik.vm.heapmaxfree 32m
|
||||
setprop dalvik.vm.heapstartsize 40m
|
||||
setprop dalvik.vm.heapgrowthlimit 768m
|
||||
setprop dalvik.vm.heapsize 1536m
|
||||
setprop dalvik.vm.heaptargetutilization 0.4
|
||||
setprop dalvik.vm.heapminfree 32m
|
||||
setprop dalvik.vm.heapmaxfree 80m
|
||||
|
||||
@@ -41,6 +41,10 @@ on early-init
|
||||
# Change ownership of sysfs power control node
|
||||
chown system graphics /sys/class/drm/card0/device/power/control
|
||||
|
||||
# Workarround for cache
|
||||
rm /data/resource-cache
|
||||
rm /data/system/package_cache
|
||||
|
||||
#Disable UFS clock scaling
|
||||
write /sys/bus/platform/devices/4804000.ufshc/clkscale_enable 0
|
||||
|
||||
|
||||
@@ -154,11 +154,11 @@ ro.crypto.volume.metadata.method=dm-default-key
|
||||
dalvik.vm.dex2oat-threads=6
|
||||
dalvik.vm.dex2oat64.enabled=true
|
||||
dalvik.vm.heapgrowthlimit=256m
|
||||
dalvik.vm.heapmaxfree=8m
|
||||
dalvik.vm.heapminfree=512k
|
||||
dalvik.vm.heapmaxfree=24m
|
||||
dalvik.vm.heapminfree=8m
|
||||
dalvik.vm.heapsize=512m
|
||||
dalvik.vm.heapstartsize=8m
|
||||
dalvik.vm.heaptargetutilization=0.75
|
||||
dalvik.vm.heapstartsize=12m
|
||||
dalvik.vm.heaptargetutilization=0.55
|
||||
|
||||
# Display
|
||||
vendor.display.comp_mask=0
|
||||
|
||||
Reference in New Issue
Block a user