summaryrefslogtreecommitdiff
path: root/android-x86/gdbserver/Android.mk
blob: 2f0e968e7b1b990c11ff0276e16ae285f617a99a (plain)
1
2
3
4
5
6
7
8
9
10
11
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 := gdbserver
LOCAL_MODULE := gdbserver
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MULTILIB := 32
include $(BUILD_PREBUILT)