Skip to content

Commit

Permalink
Update j3xnlte_lineage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel authored May 13, 2024
1 parent 3b8044b commit a5be7c4
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/j3xnlte_lineage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
cd ~/TWRP
mkdir ~/.bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
python3 ~/.bin/repo init --depth=1 -u https://github.com/LineageOS/android.git -b cm-14.1
git clone https://github.com/djeman/android_device_samsung_j3xnlte -b cm-14.1 ~/TWRP/device/samsung/j3xnlte
git clone https://github.com/NotNoelChannel/android_device_samsung_sharkls-common -b cm-14.1 ~/TWRP/device/samsung/sharkls-common
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 --depth 1 --branch android-7.1.2_r37 --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 init --depth=1 -u https://github.com/LineageOS/android.git -b cm-13.0
git clone https://github.com/djeman/android_device_samsung_j3xnlte -b cm-13.0 ~/TWRP/device/samsung/j3xnlte
git clone https://github.com/djeman/android_kernel_samsung_sharkls -b cm-13.0 ~/TWRP/kernel/samsung/sharkls
git clone https://github.com/djeman/android_vendor_samsung_common -b cm-13.0 ~/TWRP/vendor/samsung/common
git clone https://github.com/djeman/android_vendor_sprd -b cm-13.0 ~/TWRP/vendor/sprd
git clone --depth 1 --branch android-6.0.1_r81 --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: Building LineageOS
run: |
Expand All @@ -45,20 +44,22 @@ 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 clone https://github.com/LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci -b cm-13.0 ~/TWRP/vendor/nxp-nfc/opensource/libnfc-nci
git clone https://github.com/LineageOS/android_vendor_nxp-nfc_opensource_frameworks -b cm-13.0 ~/TWRP/vendor/nxp-nfc/opensource/frameworks
git clone https://github.com/LineageOS/android_vendor_nxp-nfc_opensource_Nfc -b cm-13.0 ~/TWRP/vendor/nxp-nfc/opensource/Nfc
git clone https://github.com/LineageOS/android_external_busybox -b cm-13.0 ~/TWRP/external/busybox
git clone https://github.com/LineageOS/android_hardware_samsung -b cm-13.0 ~/TWRP/hardware/samsung
git clone https://github.com/LineageOS/android_external_stlport -b cm-13.0 ~/TWRP/external/stlport
git clone https://github.com/LineageOS/android_external_sony_boringssl-compat -b cm-13.0 ~/TWRP/external/sony/boringssl-compat
git clone https://github.com/TeamWin/android_bootable_recovery -b android-6.0 ~/TWRP/bootable/recovery-twrp
git clone https://github.com/LineageOS/android_packages_apps_SamsungServiceMode -b cm-13.0 ~/TWRP/packages/apps/SamsungServiceMode
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
source build/envsetup.sh
export RECOVERY_VARIANT=twrp
export ARCH=arm
export KBUILD_BUILD_USER=notnoelchannel
export KBUILD_BUILD_HOST=unlegacy-devices
export CROSS_COMPILE=/opt/toolchains/arm-eabi-4.8/bin/arm-eabi-
export ALLOW_MISSING_DEPENDENCIES=true
export LC_ALL=C
Expand Down

0 comments on commit a5be7c4

Please sign in to comment.