blob: 85008cdb2a2a6b0556b5e7caea457a762354d316 [file] [log] [blame]
Andrew Hsieh1a9ae6e2014-04-11 08:01:50 -07001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4# Explicitly mark gdbserver as "debug" so that it doesn't
5# get included in user or SDK builds. (GPL issues)
6#
7LOCAL_SRC_FILES := gdbserver64
8LOCAL_MODULE := gdbserver64
9LOCAL_MODULE_CLASS := EXECUTABLES
10LOCAL_MODULE_TAGS := debug
11include $(BUILD_PREBUILT)