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

Only find boot/data_part if we're building hybris-boot #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

UniversalSuperBox
Copy link
Member

hybris-boot has a nasty tendency to throw off the entire build if the
fstab and fixup-mountpoints file aren't correct for the current device.
This is fine when hybris-boot is the only possible bootimage in the
tree, but I expect that we'll have it alongside halium-boot for a little
while longer. By putting the partition evaluation and subsequent build
error inside the local module's main rule, we keep them from failing the
build unless we're actually building hybris-boot.

Change-Id: If3ed791d0ba3c11a84d11cef0ea8ef00ab272e9a

hybris-boot has a nasty tendency to throw off the entire build if the
fstab and fixup-mountpoints file aren't correct for the current device.
This is fine when hybris-boot is the only possible bootimage in the
tree, but I expect that we'll have it alongside halium-boot for a little
while longer. By putting the partition evaluation and subsequent build
error inside the local module's main rule, we keep them from failing the
build unless we're actually building hybris-boot.

Change-Id: If3ed791d0ba3c11a84d11cef0ea8ef00ab272e9a
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

Successfully merging this pull request may close these issues.

1 participant