Skip to content

Commit

Permalink
Add Android.mk file for commradio
Browse files Browse the repository at this point in the history
  • Loading branch information
mdblack98 committed Jun 30, 2024
1 parent 98f6c1a commit fee7007
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rigs/commradio/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := commradio.c ctx10.c frame.c
LOCAL_MODULE := commradio

LOCAL_CFLAGS :=
LOCAL_C_INCLUDES := android include src
LOCAL_LDLIBS := -lhamlib -Lobj/local/$(TARGET_ARCH_ABI)

include $(BUILD_STATIC_LIBRARY)

0 comments on commit fee7007

Please sign in to comment.