sanders: Remove libandroid dependency on camera blobs

Signed-off-by: Jorge Lucas <jorgelucas@pixelexperience.org>
This commit is contained in:
Jorge Lucas
2020-12-08 16:49:23 +00:00
parent a9512d1e76
commit bf814f4d2b

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
}