aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup-makefiles.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 028388a..6935c07 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -60,6 +60,8 @@ endif
\$(shell mkdir -p \$(PRODUCT_OUT)/system/vendor/lib/egl && pushd \$(PRODUCT_OUT)/system/vendor/lib > /dev/null && ln -s egl/libEGL_adreno.so libEGL_adreno.so && popd > /dev/null)
EOF
+printf '\n%s\n' "\$(call inherit-product, vendor/qcom/binaries/msm8916/graphics/graphics-vendor.mk)" >> "$PRODUCTMK"
+
# We are done!
write_footers