Skip to content

Commit

Permalink
Update repos.dipper.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jul-Lii authored Sep 7, 2023
1 parent 3296c6b commit e941ba8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions repos/repos.dipper.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
"withKernelSU": true,
"toolchains": [
{
"url": "https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+archive/refs/heads/android12L-release/llvm-binutils-stable.tar.gz",
"name": "clang",
"binPath": ["bin"]
"repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86",
"branch": "master",
"name": "gas",
"binPath": []
},
{
"url": "https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+archive/refs/heads/android12L-release/clang-r416183b1.tar.gz",
"repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/",
"branch": "11",
"name": "clang",
"binPath": ["bin"]
}
Expand All @@ -29,8 +31,7 @@
"CROSS_COMPILE_ARM32": "arm-linux-gnueabi-",
"CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-",
"CLANG_TRIPLE": "aarch64-linux-gnu-",
"LDGOLD": "clang/bin/aarch64-linux-gnu-ld.gold",
"LDGOLD": "aarch64-linux-gnu-ld.gold"
"LDGOLD": "clang/bin/aarch64-linux-gnu-ld.gold"
}
},
"AnyKernel3": {
Expand Down

0 comments on commit e941ba8

Please sign in to comment.