Compare commits

...
Sign in to create a new pull request.

42 commits
ballz ... main

Author SHA1 Message Date
837c1826ff Update local.properties 2025-05-22 04:40:53 -05:00
e5e8761230 Update local.properties 2025-05-22 04:35:52 -05:00
ce3522ff69 Update build.gradle.kts 2025-05-22 00:07:39 -05:00
0295eaef40 Update build.gradle.kts 2025-05-22 00:05:25 -05:00
c96032233f Update .github/workflows/build_push.yml 2025-05-21 23:59:07 -05:00
a2f7b2a077 Add local.properties 2025-05-21 23:58:33 -05:00
584c2e6b53 Update .github/workflows/build_push.yml 2025-05-21 23:54:08 -05:00
a10e63df38 Upload files to "SDK/licenses" 2025-05-21 23:49:46 -05:00
09533654d5 Update .github/workflows/build_push.yml 2025-05-21 23:43:02 -05:00
ec77adae21 Upload files to "SDK/lib64" 2025-05-21 23:41:52 -05:00
5167cba9bf Upload files to "SDK" 2025-05-21 23:41:25 -05:00
31d422a8ca Upload files to "SDK" 2025-05-21 23:41:10 -05:00
2d87503f99 Upload files to "SDK" 2025-05-21 23:40:46 -05:00
8ef18b236a Update settings.gradle.kts 2025-05-21 13:16:11 -05:00
89c957d1ec Update .github/workflows/build_push.yml 2025-05-21 10:07:15 -05:00
a873046b39 Update .github/workflows/build_push.yml 2025-05-21 10:02:40 -05:00
015eb36372 Update .github/workflows/build_push.yml 2025-05-21 09:57:29 -05:00
3ffb365748 Update .github/workflows/build_push.yml 2025-05-21 09:49:48 -05:00
67672ea590 Update .github/workflows/build_push.yml 2025-05-21 09:47:23 -05:00
afccef1e7d Update .github/workflows/build_push.yml 2025-05-21 09:45:06 -05:00
4158a18ba6 Update .github/workflows/build_push.yml 2025-05-21 09:38:35 -05:00
3db3d04443 Update .github/workflows/build_push.yml 2025-05-21 09:36:43 -05:00
8738e281d8 Update .github/workflows/build_push.yml 2025-05-21 09:35:18 -05:00
808ad21843 Update settings.gradle.kts 2025-05-21 09:33:30 -05:00
7d7aca37d8 Update settings.gradle.kts 2025-05-21 09:29:01 -05:00
0c2df7e6af Update settings.gradle.kts 2025-05-21 09:27:46 -05:00
1cfee212d7 Update settings.gradle.kts 2025-05-21 09:26:16 -05:00
78b864fc50 Update .github/workflows/build_push.yml 2025-05-21 09:24:44 -05:00
8223b8d3fa Update .github/workflows/build_push.yml 2025-05-21 09:18:28 -05:00
2904ce54e9 Update .github/workflows/build_push.yml 2025-05-21 09:11:35 -05:00
d1a72a27c6 Update .github/workflows/build_push.yml 2025-05-21 09:10:00 -05:00
724c661a25 Update .github/workflows/build_push.yml 2025-05-21 09:09:13 -05:00
0c844c9649 Update .github/workflows/build_push.yml 2025-05-21 09:07:48 -05:00
1b9fabf062 Update settings.gradle.kts 2025-05-21 09:03:48 -05:00
0fc8a33f3e Update settings.gradle.kts 2025-05-21 09:02:27 -05:00
627c34f404 Update .github/workflows/build_push.yml 2025-05-21 09:01:35 -05:00
1de715339a Update settings.gradle.kts 2025-05-21 08:55:57 -05:00
f789a38449 Update settings.gradle.kts 2025-05-21 08:54:34 -05:00
4782731860 Update .github/workflows/build_push.yml 2025-05-21 08:46:45 -05:00
ed7858a223 Update .github/workflows/build_push.yml 2025-05-21 08:42:44 -05:00
51b027fd78 Update .github/workflows/build_push.yml 2025-05-21 08:41:44 -05:00
ea5dd44967 Update .github/workflows/build_push.yml 2025-05-21 08:36:26 -05:00
17 changed files with 21176 additions and 8 deletions

View file

@ -21,8 +21,7 @@ env:
jobs:
prepare:
name: Prepare job
runs-on: docker
container: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
steps:
@ -36,7 +35,7 @@ jobs:
run: |
set -x
projects=(src/*/*)
export CI_CHUNK_NUM=${#projects[@]}
echo "NUM_INDIVIDUAL_MODULES=${#projects[@]}" >> $GITHUB_ENV
# Temporary pause because of leak of tj-actions/changed-files
@ -81,7 +80,7 @@ jobs:
build_individual:
name: Build individual modules
needs: prepare
runs-on: docker
runs-on: ubuntu-22.04
strategy:
matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }}
steps:
@ -127,7 +126,7 @@ jobs:
needs:
- build_individual
if: "github.repository == 'AlmightyHak/extensions-source'"
runs-on: docker
runs-on: ubuntu-22.04
steps:
- name: Download APK artifacts
uses: https://github.com/actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4

21111
SDK/NOTICE.txt Normal file

File diff suppressed because it is too large Load diff

BIN
SDK/adb Normal file

Binary file not shown.

BIN
SDK/etc1tool Normal file

Binary file not shown.

BIN
SDK/fastboot Normal file

Binary file not shown.

BIN
SDK/hprof-conv Normal file

Binary file not shown.

BIN
SDK/lib64/libc++.so Normal file

Binary file not shown.

View file

@ -0,0 +1,2 @@
24333f8a63b6825ea9c5514f83c2829b004d1fee

BIN
SDK/make_f2fs Normal file

Binary file not shown.

BIN
SDK/make_f2fs_casefold Normal file

Binary file not shown.

BIN
SDK/mke2fs Normal file

Binary file not shown.

53
SDK/mke2fs.conf Normal file
View file

@ -0,0 +1,53 @@
[defaults]
base_features = sparse_super,large_file,filetype,dir_index,ext_attr
default_mntopts = acl,user_xattr
enable_periodic_fsck = 0
blocksize = 4096
inode_size = 256
inode_ratio = 16384
reserved_ratio = 1.0
[fs_types]
ext3 = {
features = has_journal
}
ext4 = {
features = has_journal,extent,huge_file,dir_nlink,extra_isize,uninit_bg
inode_size = 256
}
ext4dev = {
features = has_journal,extent,huge_file,flex_bg,inline_data,64bit,dir_nlink,extra_isize
inode_size = 256
options = test_fs=1
}
small = {
blocksize = 1024
inode_size = 128
inode_ratio = 4096
}
floppy = {
blocksize = 1024
inode_size = 128
inode_ratio = 8192
}
big = {
inode_ratio = 32768
}
huge = {
inode_ratio = 65536
}
news = {
inode_ratio = 4096
}
largefile = {
inode_ratio = 1048576
blocksize = -1
}
largefile4 = {
inode_ratio = 4194304
blocksize = -1
}
hurd = {
blocksize = 4096
inode_size = 128
}

2
SDK/source.properties Normal file
View file

@ -0,0 +1,2 @@
Pkg.UserSrc=false
Pkg.Revision=36.0.0

BIN
SDK/sqlite3 Normal file

Binary file not shown.

View file

@ -18,4 +18,4 @@ allprojects {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
}
}
}

1
local.properties Normal file
View file

@ -0,0 +1 @@
sdk.dir=/workspace/AlmightyHak/extensions-source/SDK

View file

@ -19,8 +19,8 @@ if (System.getenv("CI") != "true") {
} else {
// Running in CI (GitHub Actions)
val chunkSize = System.getenv("CI_CHUNK_SIZE").toInt()
val chunk = System.getenv("CI_CHUNK_NUM").toInt()
val chunkSize = System.getenv("CI_CHUNK_SIZE")?.toIntOrNull() ?: Int.MAX_VALUE
val chunk = System.getenv("CI_CHUNK_NUM")?.toIntOrNull() ?: 0
// Loads individual extensions
File(rootDir, "src").getChunk(chunk, chunkSize)?.forEach {