diff options
| author | Kaan Külahlı <rygebis@gmail.com> | 2017-03-03 16:16:57 +0000 |
|---|---|---|
| committer | Kaan Külahlı <rygebis@gmail.com> | 2017-03-03 16:17:18 +0000 |
| commit | bc7a587c46857fe9399b4a7ada5191c2c7389212 (patch) | |
| tree | 72c56f52c1275b8fcaa9a73f54b107d9dd3e7c01 | |
| parent | 7bba7f84546730c33fd2f5e7faccba38729fb384 (diff) | |
seed: Re-add seperate vendor libs
Change-Id: I0be8a277ec2f1f9d0151229a5eaa620e77ac0295
| -rwxr-xr-x | setup-makefiles.sh | 2 |
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 |
