Files
android_development/tools/jdwpspy/Android.mk
The Android Automerger 3f2b06f3c5 Revert "Comment out jdwpspy Makefile temporarily to fix build"
This reverts commit 6bacf7b761, which is not necessary
2011-04-25 10:57:23 -07:00

18 lines
256 B
Makefile

# Copyright 2006 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
Main.c \
Net.c \
find_JdwpConstants.c
LOCAL_C_INCLUDES += \
dalvik/vm
LOCAL_MODULE := jdwpspy
include $(BUILD_HOST_EXECUTABLE)