Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 917331b9 authored by Ethan Yonker's avatar Ethan Yonker
Browse files

Fix build error in old 5.0 tree

Change-Id: I3faa0b6cc964a148dcc1bae7fdeba877fd795cf7
parent 5b7cb888
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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