commit | 0cc2376153dd2563010dae3d327e73ab3c7235b8 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Fri Jul 13 21:37:56 2018 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Mar 23 14:39:53 2019 +0200 |
tree | 3f4a5b76471d25e73a3014367ce14ce972973daf | |
parent | 0bb5df9a349fb058f53955edc0290522126b4c77 [diff] |
Set a dummy CM_PLATFORM_SDK_VERSION if it doesn't exist * Avoids printing 2 build warnings on every single rebuild of anything when building TWRP inline Change-Id: I5dd3623707c03af0dfe7366f1a77e83762e720b2
diff --git a/Android.mk b/Android.mk index 6eb1cbc..9ad3507 100755 --- a/Android.mk +++ b/Android.mk
@@ -34,6 +34,10 @@ BOARD_SEPOLICY_UNION += twrp.te endif +ifeq ($(CM_PLATFORM_SDK_VERSION),) + CM_PLATFORM_SDK_VERSION := 0 +endif + include $(CLEAR_VARS) TWRES_PATH := /twres/