if (${PRODUCT_SIDE} STREQUAL device)
add_subdirectory(buff_device)
endif()

if (${PRODUCT_SIDE} STREQUAL host)
add_subdirectory(buff_host)
endif()
