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 17, 2024
1 parent a665ed7 commit ec1f880
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/j3xnlte_lineage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
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/djeman/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
Expand All @@ -42,9 +43,6 @@ jobs:
mv ~/TWRP/device/samsung/sharkls-common/patches/bootable_recovery-twrp.diff ~/TWRP/bootable/recovery-twrp
cd ~/TWRP/bootable/recovery-twrp
patch -p1 < bootable_recovery-twrp.diff
mv ~/TWRP/device/samsung/sharkls-common/patches/bootable_recovery.diff ~/TWRP/bootable/recovery
cd ~/TWRP/bootable/recovery
patch -p1 < bootable_recovery.diff
mv ~/TWRP/device/samsung/sharkls-common/patches/external_tinyalsa.diff ~/TWRP/external/tinyalsa
cd ~/TWRP/external/tinyalsa
patch -p1 < external_tinyalsa.diff
Expand Down Expand Up @@ -85,7 +83,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/djeman/android_device_samsung_sharkls-common -b cm-14.1 ~/TWRP/device/samsung/sharkls-common
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
Expand Down

0 comments on commit ec1f880

Please sign in to comment.