pmt: initial 2.6.0 update

This commit is contained in:
2024-07-28 23:01:21 +03:00
parent 36efab6eb3
commit 5b00b0bfe3
27 changed files with 706 additions and 677 deletions

View File

@@ -15,7 +15,7 @@
# limitations under the License.
########
# 2.5.0
# 2.6.0
########
LOCAL_PATH := $(call my-dir)
@@ -35,7 +35,7 @@ PMT_CFLAGS = \
$(EXTRA_COMPILER_FLAGS)
ifneq ($(PMT_ENABLE_DEBUG),)
PMT_CFLAGS += -gdwarf-5 -fsanitize=address
PMT_CFLAGS += -gdwarf-5 -fsanitize=address -fsanitize=undefined
endif
include $(CLEAR_VARS)
@@ -79,12 +79,12 @@ include $(CLEAR_VARS)
LOCAL_MODULE := pmt
LOCAL_SRC_FILES := \
pmt.c \
versioner.c \
versioning.c \
get_stat.c \
tools.c \
lang_tools.c \
languages.c \
docs.c
help.c
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../include
LOCAL_STATIC_LIBRARIES := \
libpmt_root \