ServiceManager: Fix Android.mk
This patch fixes Android.mk and enables building bctest as an optional module without any extra hacks. Change-Id: Icaf8bf9452776db2ea4a2ba75f3abf05b4e2cdab Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
This commit is contained in:
parent
bcf38880c6
commit
dc832dc551
@ -1,12 +1,19 @@
|
|||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
|
||||||
#include $(CLEAR_VARS)
|
svc_c_flags = \
|
||||||
#LOCAL_SRC_FILES := bctest.c binder.c
|
-Wall -Wextra \
|
||||||
#LOCAL_MODULE := bctest
|
|
||||||
#include $(BUILD_EXECUTABLE)
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_SHARED_LIBRARIES := liblog
|
||||||
|
LOCAL_SRC_FILES := bctest.c binder.c
|
||||||
|
LOCAL_CFLAGS += $(svc_c_flags)
|
||||||
|
LOCAL_MODULE := bctest
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_SHARED_LIBRARIES := liblog
|
LOCAL_SHARED_LIBRARIES := liblog
|
||||||
LOCAL_SRC_FILES := service_manager.c binder.c
|
LOCAL_SRC_FILES := service_manager.c binder.c
|
||||||
|
LOCAL_CFLAGS += $(svc_c_flags)
|
||||||
LOCAL_MODULE := servicemanager
|
LOCAL_MODULE := servicemanager
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user