summaryrefslogtreecommitdiffstats
path: root/qemud/Android.mk
blob: 30ee5eb7809fa5648da5ee1d0da2dc5ddaead19c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2008 The Android Open Source Project

# We're moving the emulator-specific platform libs to
# development.git/tools/emulator/. The following test is to ensure
# smooth builds even if the tree contains both versions.
#

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= \
	qemud.c


LOCAL_SHARED_LIBRARIES := \
	libcutils liblog

LOCAL_MODULE:= qemud

include $(BUILD_EXECUTABLE)