Skip to content

Commit

Permalink
Merge pull request #225 from amosproj/ebpf-refactor
Browse files Browse the repository at this point in the history
Initial Work for Ebpf Relocation support and refactoring
  • Loading branch information
fhilgers authored Jan 22, 2025
2 parents b1d2042 + 3f7395d commit 92e46d5
Show file tree
Hide file tree
Showing 24 changed files with 2,568 additions and 189 deletions.
80 changes: 40 additions & 40 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

sdkPkgs = with pkgs.androidSdkPackages; [
cmdline-tools-latest
ndk-28-0-12433566
ndk-28-0-12916984
build-tools-35-0-0
platform-tools
platforms-android-35
Expand Down Expand Up @@ -184,8 +184,10 @@
};

toolsDevShell = pkgs.mkShell {
packages = packageGroups.combined;
packages = packageGroups.combined ++ [ pkgs.llvmPackages_19.clang pkgs.llvmPackages_19.bintools ];
ANDROID_NDK_TOOLCHAIN_DIR = "${(pkgs.androidSdk (_: packageGroups.sdkPkgs))}/share/android-sdk/ndk";
NIX_HARDENING_ENABLE = "";
LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ pkgs.llvmPackages_19.libclang.lib ];
};

generateSbom =
Expand Down
Loading

0 comments on commit 92e46d5

Please sign in to comment.