From 88424a323e77574a67af18d1ec55d54836eace41 Mon Sep 17 00:00:00 2001 From: Shuery Date: Sat, 16 Sep 2023 07:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore(workflow):=20remove=20line?= =?UTF-8?q?ageos.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repos/repos.polaris.json | 47 ---------------------------------------- 1 file changed, 47 deletions(-) diff --git a/repos/repos.polaris.json b/repos/repos.polaris.json index 9ab53bac..4562845c 100644 --- a/repos/repos.polaris.json +++ b/repos/repos.polaris.json @@ -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" - } } ]