Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically handle filesystem type instead of defaulting to ext4 #13

Open
flawedworld opened this issue Apr 4, 2022 · 2 comments
Open

Comments

@flawedworld
Copy link
Contributor

No description provided.

@flawedworld
Copy link
Contributor Author

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

@kdrag0n kdrag0n closed this as completed in 751eae9 Oct 6, 2022
@flawedworld
Copy link
Contributor Author

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

@kdrag0n kdrag0n reopened this Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants