Skip to content
Snippets Groups Projects
Commit fd6ed027 authored by TheScarastic's avatar TheScarastic
Browse files

mido: Remove un-needed symlinks

parent 4895766c
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,6 @@ write_makefiles "$MY_DIR"/proprietary-files.txt
cat << EOF >> "$ANDROIDMK"
\$(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)
\$(shell mkdir -p \$(PRODUCT_OUT)/system/vendor/lib64/egl && pushd \$(PRODUCT_OUT)/system/vendor/lib64 > /dev/null && ln -s egl/libEGL_adreno.so libEGL_adreno.so && popd > /dev/null)
EOF
# We are done!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment