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

Fix kernel building instructions #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nitanmarcel
Copy link

1: Clone only the needed android 9 clang from the pie-release branch
2: The cloned repo is pretty big, but we don't need the commit history so we use --depth=1 to skip all things we don't need reducing the cloning time
3: There was a small typo in the make commands, based on the instructions above the kernel's directory is $my_top_dir/kernel and not $my_top_dir/kernel/exynos9610

1: Clone only the needed android 9 clang from the pie-release branch
2: The cloned repo is pretty big, but we don't need the commit history so we use --depth=1 to skip all things we don't need reducing the cloning time
3: There was a small typo in the make commands, based on the instructions above the kernel's directory is `$my_top_dir/kernel` and not `$my_top_dir/kernel/exynos9610`
@nitanmarcel nitanmarcel changed the title FIx kernel building instructions Fix kernel building instructions Jul 5, 2020
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