mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-04 05:07:25 +09:00
This fixes the issue where the MindTheGapps zip install is incomplete due to /system_ext only having 5 free inodes. Before: ~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/loop0 352M 323M 22M 94% /system_ext ~$ df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/loop0 528 523 5 100% /system_ext After: ~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/loop0 352M 323M 22M 94% /system_ext ~$ df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/loop0 96000 523 95477 1% /system_ext Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/5013 Change-Id: I4a1e9c10d5b8b23d19a4f71091ec743d472794dc
Common device tree for Xiaomi SM6250 devices
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
Description
Languages
Makefile
65.9%
C++
24.9%
Shell
9.2%