Commit 14e500e6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

repack.d/common.sh: set default PRODUCTDIR

parent df974a0f
......@@ -124,3 +124,5 @@ drop_embedded_reqs()
{
filter_from_requires "libGLESv2.so()" "libEGL.so()" "libffmpeg.so()"
}
[ -n "$PRODUCTDIR" ] && [ -n "$PRODUCT" ] || PRODUCTDIR="/opt/$PRODUCT"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment