Skip to content

Commit

Permalink
🐳 chore(workflow): remove lineageos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuery-Shuai committed Sep 15, 2023
1 parent 8366729 commit 88424a3
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions repos/repos.polaris.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,52 +42,5 @@
"repo": "https://github.com/Shuery-Shuai/AnyKernel3",
"branch": "polaris"
}
},
{
"kernelSource": {
"name": "LineageOS-KernelSU",
"repo": "https://github.com/LineageOS/android_kernel_xiaomi_sdm845",
"branch": "lineage-20",
"device": "polaris",
"defconfig": "sdm845-perf_defconfig"
},
"withKernelSU": true,
"toolchains": [
{
"repo": "https://github.com/LineageOS/android_prebuilts_clang_kernel_linux-x86_clang-r416183b",
"branch": "lineage-20.0",
"name": "clang",
"binPath": ["bin"]
},
{
"repo": "https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9",
"branch": "lineage-19.1",
"name": "gcc",
"binPath": ["bin"]
},
{
"repo": "https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_arm_arm-linux-androideabi-4.9",
"branch": "lineage-19.1",
"name": "gcc-32",
"binPath": ["bin"]
}
],
"ccache": true,
"params": {
"ARCH": "arm64",
"CC": "clang/bin/clang",
"externalCommand": {
"CROSS_COMPILE": "aarch64-linux-gnu-",
"CROSS_COMPILE_ARM32": "arm-linux-gnueabi-",
"CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-",
"CLANG_TRIPLE": "aarch64-linux-gnu-"
}
},
"AnyKernel3": {
"use": true,
"release": true,
"repo": "https://github.com/Shuery-Shuai/AnyKernel3",
"branch": "polaris"
}
}
]

0 comments on commit 88424a3

Please sign in to comment.