mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-02-01 07:33:15 +00:00
taimen: Define fstab.hardware
* Since walleye and taimen require repartitioning so the definition of the system_ext is also different, we need different fstab adjustments, on the other hand this is necessary because we are no longer mounting from the kernel side. * Switch to eucalyptus kernel Signed-off-by: Asriadi Rahim <asriadirahim03@gmail.com>
This commit is contained in:
@@ -64,6 +64,11 @@ PRODUCT_COPY_FILES += \
|
||||
device/google/taimen/thermal_info_config.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||
device/google/taimen/thermal_info_config_evt.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_evt.json
|
||||
|
||||
# Fstab Hardware
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/taimen/fstab.hardware:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.$(PRODUCT_HARDWARE) \
|
||||
device/google/taimen/fstab.hardware:$(TARGET_COPY_OUT_RECOVERY)/root/first_stage_ramdisk/fstab.$(PRODUCT_HARDWARE)
|
||||
|
||||
# Shims
|
||||
PRODUCT_PACKAGES += \
|
||||
libgui_shim
|
||||
|
||||
Reference in New Issue
Block a user