mirror of
https://github.com/adrcs/ip400.git
synced 2025-04-22 03:23:43 +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)
|