summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-05-29 12:20:38 +0200
committerDaniel Weipert <code@drogueronin.de>2023-05-29 12:20:38 +0200
commit86e42b91d9856c98bcf0b2549d18b125985ca6e0 (patch)
tree13eef59ac9defd495f89b9893997aeae272cb270
parentd77a3dc4dfc703eabe29bfe6d47f0040ce7f73f9 (diff)
gitlab-ci
-rw-r--r--gitlab-ci.nix2
1 files changed, 1 insertions, 1 deletions
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
'';