blob: 50e23a8adcf2a315dc7b4e404dd18d4bd93234f4 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
LOCAL_CFLAGS := $(PV_CFLAGS)
LOCAL_STATIC_LIBRARIES :=
LOCAL_SHARED_LIBRARIES :=
LOCAL_C_INCLUDES := \
$(PV_TOP)/protocols/systems/common/src \
$(PV_TOP)/protocols/systems/common/include \
$(PV_INCLUDES)
LOCAL_COPY_HEADERS_TO := $(PV_COPY_HEADERS_TO)
LOCAL_COPY_HEADERS := \
include/pv_2way_basic_types.h \
include/pv_2way_basic_interfaces.h
include $(BUILD_COPY_HEADERS)