nix: fix name fo config value for unsigned build
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6a764869a0
commit
4cc99c6bb8
|
@ -75,7 +75,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
# custom env variables derived from config
|
||||
STATUS_GO_SRC_OVERRIDE = getConfig "nimbus.src-override" null;
|
||||
ANDROID_APK_SIGNED = getConfig "android.apk-unsigned" "true";
|
||||
ANDROID_APK_SIGNED = getConfig "android.apk-signed" "true";
|
||||
ANDROID_ABI_SPLIT = getConfig "android.abi-split" "false";
|
||||
ANDROID_ABI_INCLUDE = androidAbiInclude;
|
||||
|
||||
|
|
Loading…
Reference in New Issue