This commit is contained in:
Tad 2017-06-21 18:53:55 -04:00
parent 36d129fcf6
commit 15d3d2a540
3 changed files with 1 additions and 319 deletions

View file

@ -196,7 +196,7 @@ deblobDevice() {
replaceTime="false";
fi;
if [ -f Android.mk ]; then
#These are merely symlinks to the device's firmware partition
#Some devices store these in a dedicated firmware partition, others in /system/vendor/firmware, either way the following are just symlinks
sed -i '/ALL_DEFAULT_INSTALLED_MODULES/s/$(CMN_SYMLINKS)//' Android.mk; #Remove CMN firmware
sed -i '/ALL_DEFAULT_INSTALLED_MODULES/s/$(DXHDCP2_SYMLINKS)//' Android.mk; #Remove Discretix firmware
#sed -i '/ALL_DEFAULT_INSTALLED_MODULES/s/$(IMS_SYMLINKS)//' Android.mk; #Remove IMS firmware