diff --git a/Scripts/Common/Deblob.sh b/Scripts/Common/Deblob.sh index 0de215df..d46925d6 100644 --- a/Scripts/Common/Deblob.sh +++ b/Scripts/Common/Deblob.sh @@ -849,7 +849,8 @@ find vendor -name "Android.bp" -type f -print0 | xargs -0 -n 1 -P 8 -I {} bash - perl -0777 -pe 's,(.*?),$1 =~ /'$manifests'/?"":$1,gse' -i $(grep 'format="hidl"' "$DOS_BUILD_BASE/device" -ril); #Deblob all matrixes #Credit: https://unix.stackexchange.com/a/72160 perl -0777 -pe 's,(.*?),$1 =~ /'$manifests'/?"":$1,gse' -i $(grep 'format="hidl"' "$DOS_BUILD_BASE/hardware/interfaces" -ril); deblobVendors; #Deblob entire vendor directory -rm -rf frameworks/av/drm/mediadrm/plugins/clearkey frameworks/av/drm/mediacas/plugins/clearkey; #Remove ClearKey +rm -rf frameworks/av/drm/mediadrm/plugins/clearkey; #Remove ClearKey +#rm -rf frameworks/av/drm/mediacas/plugins/clearkey; #XXX: breaks protobuf inclusion rm -rf vendor/samsung/nodevice; # #END OF DEBLOBBING