From 86e42b91d9856c98bcf0b2549d18b125985ca6e0 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 29 May 2023 12:20:38 +0200 Subject: gitlab-ci --- gitlab-ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab-ci.nix') diff --git a/gitlab-ci.nix b/gitlab-ci.nix index 12a176b..4fbba37 100644 --- a/gitlab-ci.nix +++ b/gitlab-ci.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { dontUnpack = true; buildPhase = '' # TODO: replace with nix builtins - # python ./android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms + python ./android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms make build -C $src ''; -- cgit v1.2.3