Fix build error in old 5.0 tree

Change-Id: I3faa0b6cc964a148dcc1bae7fdeba877fd795cf7
This commit is contained in:
Ethan Yonker
2017-11-28 22:28:27 -06:00
parent 5b7cb88818
commit 917331b968
+1 -1
View File
@@ -19,7 +19,7 @@ LOCAL_CLANG := true
LOCAL_SRC_FILES := bootloader_message.cpp
LOCAL_MODULE := libbootloader_message_twrp
LOCAL_C_INCLUDES += bionic $(LOCAL_PATH)/include
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 22; echo $$?),0)
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 21; echo $$?),0)
LOCAL_C_INCLUDES += external/stlport/stlport
LOCAL_SHARED_LIBRARIES += libstlport
else