summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2018-12-03 11:45:47 +0100
committerEthan Yonker <dees_troy@teamw.in>2019-03-21 22:15:52 +0100
commit4879b37b5db3b06eb17a4a0deda5fc08fef51c41 (patch)
treeaf8ad951ba6b34091461debb35c755c1531b2ead /Android.mk
parentUse listbox for device-specific advanced menu items (diff)
downloadandroid_bootable_recovery-4879b37b5db3b06eb17a4a0deda5fc08fef51c41.tar
android_bootable_recovery-4879b37b5db3b06eb17a4a0deda5fc08fef51c41.tar.gz
android_bootable_recovery-4879b37b5db3b06eb17a4a0deda5fc08fef51c41.tar.bz2
android_bootable_recovery-4879b37b5db3b06eb17a4a0deda5fc08fef51c41.tar.lz
android_bootable_recovery-4879b37b5db3b06eb17a4a0deda5fc08fef51c41.tar.xz
android_bootable_recovery-4879b37b5db3b06eb17a4a0deda5fc08fef51c41.tar.zst
android_bootable_recovery-4879b37b5db3b06eb17a4a0deda5fc08fef51c41.zip
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 920b3903b..6eb1cbcd5 100755
--- a/Android.mk
+++ b/Android.mk
@@ -46,6 +46,7 @@ ifneq ($(TW_DEVICE_VERSION),)
else
LOCAL_CFLAGS += -DTW_DEVICE_VERSION='"-0"'
endif
+LOCAL_CFLAGS += -DPLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION)
LOCAL_SRC_FILES := \
twrp.cpp \