Divested-Mobile / DivestOS-Build

Everything needed to build DivestOS, a more private and more secure aftermarket mobile operating system.
https://divestos.org/index.php?page=build
Other
226 stars 31 forks source link

SecureCamera patches fail since Android.mk is gone #338

Closed danielk43 closed 2 months ago

danielk43 commented 2 months ago

Heads up that the makefile has changed to .bp for this project. My Patch.sh is set like this now:

if enterAndClear "external/SecureCamera"; then
sed -i '/name/s/Camera/SecureCamera/' Android.bp; #Change module name
sed -i 's/preprocessed/presigned/' Android.bp;
fi;

Not ideal to sub preprocessed to presigned, may need a separate row for A14+ but works fine for 20, maybe 19 also

SkewedZeppelin commented 2 months ago

Thanks!