Skip to content

Commit

Permalink
Add missing dorji/Android.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
N0NB committed Feb 25, 2017
1 parent 520224a commit 14a74b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dorji/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 := dorji.c dra818.c
LOCAL_MODULE := dorji

LOCAL_CFLAGS := -DHAVE_CONFIG_H
LOCAL_C_INCLUDES := android include src
LOCAL_LDLIBS := -lhamlib -Lobj/local/armeabi

include $(BUILD_STATIC_LIBRARY)

0 comments on commit 14a74b1

Please sign in to comment.