You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
390 B
20 lines
390 B
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULE := $(LOCAL_DIR)
|
|
|
|
MODULE_SRCS := \
|
|
$(LOCAL_DIR)/gatekeeper_messages.cpp \
|
|
$(LOCAL_DIR)/gatekeeper.cpp
|
|
|
|
GLOBAL_INCLUDES += $(LOCAL_DIR)/include/
|
|
|
|
MODULE_CPPFLAGS := -std=c++11 -Werror -Wunused-parameter
|
|
|
|
MODULE_INCLUDES := \
|
|
$(LOCAL_DIR)/../../hardware/libhardware/include
|
|
|
|
MODULE_DEPS := \
|
|
trusty/user/base/lib/libc-trusty \
|
|
|
|
include make/module.mk
|