Home | History | Annotate | Download | only in common
      1 LOCAL_PATH := $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_SRC_FILES := \
      5  	
      6 
      7 
      8 
      9 
     10 LOCAL_CFLAGS :=  $(PV_CFLAGS)
     11 
     12 
     13 
     14 LOCAL_STATIC_LIBRARIES := 
     15 
     16 LOCAL_SHARED_LIBRARIES := 
     17 
     18 LOCAL_C_INCLUDES := \
     19 	$(PV_TOP)/protocols/systems/common/src \
     20  	$(PV_TOP)/protocols/systems/common/include \
     21  	$(PV_INCLUDES)
     22 
     23 LOCAL_COPY_HEADERS_TO := $(PV_COPY_HEADERS_TO)
     24 
     25 LOCAL_COPY_HEADERS := \
     26 	include/pv_2way_basic_types.h \
     27  	include/pv_2way_basic_interfaces.h
     28 
     29 include $(BUILD_COPY_HEADERS)
     30