IP400/rpi/stm32flash/parsers/Android.mk

7 lines
145 B
Makefile
Raw Normal View History

2025-01-29 20:17:14 +02:00
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libparsers
LOCAL_SRC_FILES := binary.c hex.c
include $(BUILD_STATIC_LIBRARY)