mirror of
https://github.com/adrcs/ip400.git
synced 2025-04-21 11:13:42 +03:00
7 lines
145 B
Makefile
7 lines
145 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := libparsers
|
|
LOCAL_SRC_FILES := binary.c hex.c
|
|
include $(BUILD_STATIC_LIBRARY)
|