blob: 97162f0b0d88d5b3ebd84f34549c7c401a23cd41 [file] [log] [blame]
Brian Carlstromfa50baa2013-08-02 01:00:27 -07001#
2# Copyright (C) 2006 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
Brian Carlstrom34c06312011-12-05 09:38:27 -080016
17LOCAL_PATH:= $(call my-dir)
Brian Carlstromfa50baa2013-08-02 01:00:27 -070018
Brian Carlstrom34c06312011-12-05 09:38:27 -080019include $(CLEAR_VARS)
Brian Carlstromfa50baa2013-08-02 01:00:27 -070020LOCAL_SRC_FILES:= Main.cpp Net.cpp
21LOCAL_C_INCLUDES += art/runtime
Brian Carlstrom7940e442013-07-12 13:46:57 -070022LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/Android.mk
Brian Carlstrom34c06312011-12-05 09:38:27 -080023LOCAL_MODULE := jdwpspy
Brian Carlstrom34c06312011-12-05 09:38:27 -080024include $(BUILD_HOST_EXECUTABLE)
Brian Carlstromfa50baa2013-08-02 01:00:27 -070025ART_HOST_EXECUTABLES += $(HOST_OUT_EXECUTABLES)/$(LOCAL_MODULE)