kopia lustrzana https://github.com/Hamlib/Hamlib
13 wiersze
217 B
Makefile
13 wiersze
217 B
Makefile
![]() |
LOCAL_PATH:= $(call my-dir)
|
||
|
|
||
|
include $(CLEAR_VARS)
|
||
|
|
||
|
LOCAL_SRC_FILES := gemini
|
||
|
LOCAL_MODULE := gemini
|
||
|
|
||
|
LOCAL_CFLAGS :=
|
||
|
LOCAL_C_INCLUDES := android include src
|
||
|
LOCAL_LDLIBS := -lhamlib
|
||
|
|
||
|
include $(BUILD_STATIC_LIBRARY)
|