allwinner_a64/android/prebuilts/misc/android-arm64/gdbserver64/Android.mk
2018-08-09 00:27:16 +08:00

11 lines
309 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# Explicitly mark gdbserver as "debug" so that it doesn't
# get included in user or SDK builds. (GPL issues)
#
LOCAL_SRC_FILES := gdbserver64
LOCAL_MODULE := gdbserver64
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MODULE_TAGS := debug
include $(BUILD_PREBUILT)