2021-09-24 23:12:08 +00:00
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := rotctld.c rotctl_parse.c dumpcaps_rot.c ../src/rot_settings.c
|
|
|
|
LOCAL_MODULE := rotctld
|
|
|
|
|
|
|
|
LOCAL_CFLAGS := -DHAVE_CONFIG_H
|
|
|
|
LOCAL_C_INCLUDES := android include src
|
|
|
|
LOCAL_LDLIBS := -lhamlib -Lobj/local/$(TARGET_ARCH_ABI)
|
|
|
|
|
|
|
|
include $(BUILD_EXECUTABLE)
|
2021-10-06 05:45:33 +00:00
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := rotctl.c rotctl_parse.c dumpcaps_rot.c ../src/rot_settings.c
|
|
|
|
LOCAL_MODULE := rotctl
|
|
|
|
|
|
|
|
LOCAL_CFLAGS := -DHAVE_CONFIG_H
|
|
|
|
LOCAL_C_INCLUDES := android include src
|
|
|
|
LOCAL_LDLIBS := -lhamlib -Lobj/local/$(TARGET_ARCH_ABI)
|
|
|
|
|
|
|
|
include $(BUILD_EXECUTABLE)
|