forked from underscoremone/android_device_samsung_gtexswifi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec1f880
commit f213bd0
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,15 @@ jobs: | |
git clone https://github.com/djeman/android_kernel_samsung_sharkls -b cm-14.1 ~/TWRP/kernel/samsung/sharkls | ||
git clone https://github.com/djeman/android_vendor_samsung_common -b cm-14.1 ~/TWRP/vendor/samsung/common | ||
git clone https://github.com/djeman/android_vendor_sprd -b cm-14.1 ~/TWRP/vendor/sprd | ||
git clone https://github.com/LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci -b cm-14.1 ~/TWRP/vendor/nxp-nfc/opensource/libnfc-nci | ||
git clone https://github.com/LineageOS/android_vendor_nxp-nfc_opensource_frameworks -b cm-14.1 ~/TWRP/vendor/nxp-nfc/opensource/frameworks | ||
git clone https://github.com/LineageOS/android_vendor_nxp-nfc_opensource_Nfc -b cm-14.1 ~/TWRP/vendor/nxp-nfc/opensource/Nfc | ||
git clone https://github.com/LineageOS/android_external_busybox -b cm-14.1 ~/TWRP/external/busybox | ||
git clone https://github.com/LineageOS/android_hardware_samsung -b cm-14.1 ~/TWRP/hardware/samsung | ||
git clone https://github.com/LineageOS/android_external_stlport -b cm-14.1 ~/TWRP/external/stlport | ||
git clone https://github.com/LineageOS/android_external_sony_boringssl-compat -b cm-14.1 ~/TWRP/external/sony/boringssl-compat | ||
git clone https://github.com/TeamWin/android_bootable_recovery -b android-7.1 ~/TWRP/bootable/recovery-twrp | ||
git clone https://github.com/LineageOS/android_packages_apps_SamsungServiceMode -b cm-14.1 ~/TWRP/packages/apps/SamsungServiceMode | ||
git clone --depth 1 --branch android-7.1.2_r12 --single-branch https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8 /opt/toolchains/arm-eabi-4.8/ | ||
python3 ~/.bin/repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all) | ||
- name: Applying patches for LineageOS | ||
|
@@ -83,15 +92,6 @@ jobs: | |
export PATH="$HOME/.jdk_7/java-se-7u75-ri/bin:$PATH" | ||
export JAVA_HOME="$HOME/.jdk_7/java-se-7u75-ri" | ||
cd ~/TWRP | ||
git clone https://github.com/LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci -b cm-14.1 ~/TWRP/vendor/nxp-nfc/opensource/libnfc-nci | ||
git clone https://github.com/LineageOS/android_vendor_nxp-nfc_opensource_frameworks -b cm-14.1 ~/TWRP/vendor/nxp-nfc/opensource/frameworks | ||
git clone https://github.com/LineageOS/android_vendor_nxp-nfc_opensource_Nfc -b cm-14.1 ~/TWRP/vendor/nxp-nfc/opensource/Nfc | ||
git clone https://github.com/LineageOS/android_external_busybox -b cm-14.1 ~/TWRP/external/busybox | ||
git clone https://github.com/LineageOS/android_hardware_samsung -b cm-14.1 ~/TWRP/hardware/samsung | ||
git clone https://github.com/LineageOS/android_external_stlport -b cm-14.1 ~/TWRP/external/stlport | ||
git clone https://github.com/LineageOS/android_external_sony_boringssl-compat -b cm-14.1 ~/TWRP/external/sony/boringssl-compat | ||
git clone https://github.com/TeamWin/android_bootable_recovery -b android-7.1 ~/TWRP/bootable/recovery-twrp | ||
git clone https://github.com/LineageOS/android_packages_apps_SamsungServiceMode -b cm-14.1 ~/TWRP/packages/apps/SamsungServiceMode | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Your Name" | ||
source build/envsetup.sh | ||
|