kdrag0n/adevtool

Automatically handle filesystem type instead of defaulting to ext4

flawedworld opened this issue · 2 comments

Automatically handle filesystem type instead of defaulting to ext4

It is highly likely this will be needed for 7th generation Pixel devices.

This is still an issue as vendor is assumed to always be ext4.

adevtool/src/build/make.ts

Lines 147 to 153 in 9d030e0

blocks.push('BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4')
}
// Build DLKM partitions?
if (mk.buildPartitions?.includes('vendor_dlkm')) {
blocks.push(`BOARD_USES_VENDOR_DLKMIMAGE := true
BOARD_VENDOR_DLKMIMAGE_FILE_SYSTEM_TYPE := ext4