sanders: Get rid of libandroid on camera blobs

Signed-off-by: Jorge Lucas <jorgelucas@pixelexperience.org>
This commit is contained in:
Erfan Abdi
2020-12-08 16:49:23 +00:00
committed by Jorge Lucas
parent 2e62fd97ec
commit d62af06282

View File

@@ -29,6 +29,10 @@ function blob_fixup() {
sed -i "s/libgui/libwui/" "${2}"
;;
vendor/lib/libmmcamera2_stats_modules.so | vendor/lib/libmmcamera_vstab_module.so)
patchelf --remove-needed libandroid.so "${2}"
;;
esac
}