blob: 25266a2f27825c6545b0774d120dd9df4f7677ef [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001ifneq ($(TARGET_SIMULATOR),true)
2LOCAL_PATH:= $(call my-dir)
3
4#include $(CLEAR_VARS)
5#LOCAL_SRC_FILES := bctest.c binder.c
6#LOCAL_MODULE := bctest
7#include $(BUILD_EXECUTABLE)
8
9include $(CLEAR_VARS)
10LOCAL_SHARED_LIBRARIES := liblog
11LOCAL_SRC_FILES := service_manager.c binder.c
12LOCAL_MODULE := servicemanager
13include $(BUILD_EXECUTABLE)
14endif