pmt: use LOCAL_STL for linking libc++_shared

This commit is contained in:
2024-09-11 07:16:49 +03:00
committed by GitHub
parent c5f0498eef
commit 3d246fe653

View File

@@ -61,6 +61,6 @@ LOCAL_SRC_FILES := \
Help.cpp
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../include
LOCAL_CFLAGS := $(PMT_CXXFLAGS)
LOCAL_SHARED_LIBRARIES := libc++_shared
LOCAL_STL := c++_shared
include $(BUILD_EXECUTABLE)