#!/bin/sh

source ../Config.sh

# do not build module for final build
[ "$PP_BUILD_TYPE" = "final" ] && exit 0

pp_do "$@"
