Skip to content

Commit

Permalink
🐷
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Nov 12, 2023
1 parent 87feb52 commit 23ad350
Show file tree
Hide file tree
Showing 18 changed files with 112 additions and 994 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
/module/module.prop

# build
/build
/.xmake
/output
10 changes: 10 additions & 0 deletions .xmake/linux/arm64-v8a/cache/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
options = {
mode = "release"
},
recheck = false,
mtimes = {
["xmake.lua"] = 1699782352,
["zygisk/xmake.lua"] = 1698766503
}
}
File renamed without changes.
7 changes: 7 additions & 0 deletions .xmake/linux/arm64-v8a/cache/detect
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
find_program = {
gcc = "/data/data/com.termux/files/usr/bin/gcc",
zig = "/data/data/com.termux/files/usr/bin/zig",
xrepo = "/data/data/com.termux/files/usr/bin/xrepo"
}
}
69 changes: 69 additions & 0 deletions .xmake/linux/arm64-v8a/cache/history
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
cmdlines = {
"xmake lua /data/data/com.termux/files/usr/share/xmake/modules/private/utils/statistics.lua",
"xmake lua /data/data/com.termux/files/usr/share/xmake/actions/build/cleaner.lua",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake lua /data/data/com.termux/files/usr/share/xmake/modules/private/utils/statistics.lua",
"xmake lua /data/data/com.termux/files/usr/share/xmake/actions/build/cleaner.lua",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake lua /data/data/com.termux/files/usr/share/xmake/modules/private/utils/statistics.lua",
"xmake lua /data/data/com.termux/files/usr/share/xmake/actions/build/cleaner.lua",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake lua /data/data/com.termux/files/usr/share/xmake/modules/private/utils/statistics.lua",
"xmake lua /data/data/com.termux/files/usr/share/xmake/actions/build/cleaner.lua",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake clean",
"xmake ",
"xmake -D",
"xmake ",
"xmake ",
"xmake ",
"xmake lua /data/data/com.termux/files/usr/share/xmake/actions/build/cleaner.lua",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake ",
"xmake f -p android -a arm64-v8a",
"xmake f -a arm64-v8a",
"xmake f -a arm64-v8a",
"xmake f -m release"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions .xmake/linux/arm64-v8a/cache/references
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
packages = { }
}
12 changes: 12 additions & 0 deletions .xmake/linux/arm64-v8a/cache/repository
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
artifacts_urls = {
"https://gitee.com/xmake-mirror/build-artifacts.git",
"https://github.com/xmake-mirror/build-artifacts.git",
"https://gitlab.com/xmake-mirror/build-artifacts.git"
},
mainurls = {
"https://gitee.com/tboox/xmake-repo.git",
"https://github.com/xmake-io/xmake-repo.git",
"https://gitlab.com/tboox/xmake-repo.git"
}
}
8 changes: 8 additions & 0 deletions .xmake/linux/arm64-v8a/cache/toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
zig_arch_arm64_plat_linux = {
plat = "linux",
arch = "arm64",
__global = true,
zig = "/data/data/com.termux/files/usr/bin/zig"
}
}
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions zygisk/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# xmake
.xmake

# build
/build
/output
7 changes: 0 additions & 7 deletions zygisk/.xmake/linux/arm64-v8a/cache/config

This file was deleted.

Loading

0 comments on commit 23ad350

Please sign in to comment.