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

Commits on Jul 5, 2020

  1. FIx kernel building instructions

    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 authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    2d8bf81 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    87d93c1 View commit details
    Browse the repository at this point in the history