From de9c315ebd34735b23b55c6f7c1ade153f121459 Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Tue, 20 Nov 2018 14:09:19 +0700 Subject: [PATCH] Add override for VERSIONS to build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efbdc4d..582b7f3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL := /usr/bin/env bash -VERSIONS = android-26 +VERSIONS ?= android-16 android-17 android-18 android-19 android-21 android-22 android-23 android-24 android-25 android-26 android-27 android-28 generate: for version in $(VERSIONS); do \