Refactor base64 functions to common static library.

This commit is contained in:
Roger A. Light
2024-03-17 21:34:27 +00:00
parent 9fe8b95dcf
commit 16d465fa49
27 changed files with 41 additions and 70 deletions

View File

@@ -12,6 +12,7 @@ LOCAL_LIBADD+=
.PHONY : really clean install
OBJS= \
base64_common.o \
memory_common.o \
mqtt_common.o \
property_common.o \