The Android Open Source Project | 5c11852 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | # Copyright 2008 The Android Open Source Project |
2 | |||||
3 | LOCAL_PATH:= $(call my-dir) | ||||
4 | include $(CLEAR_VARS) | ||||
5 | |||||
6 | LOCAL_SRC_FILES:= \ | ||||
7 | qemud.c | ||||
8 | |||||
9 | |||||
10 | LOCAL_SHARED_LIBRARIES := \ | ||||
11 | libcutils \ | ||||
12 | |||||
13 | LOCAL_MODULE:= qemud | ||||
14 | |||||
15 | include $(BUILD_EXECUTABLE) |