Created
August 10, 2022 10:10
-
-
Save RahifM/7a97e94b65db02caf6f4f71f5adeafcb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir los16 && cd los16 | |
repo init --no-repo-verify -u https://github.com/LineageOS/android.git -b lineage-16.0 --depth=1 -g default,-mips,-darwin,-notdefault | |
repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 | |
git clone https://github.com/RahifM/proprietary_vendor_xiaomi -b lineage-16.0 --depth=1 vendor/xiaomi | |
. build/env* && brunch beryllium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment