seedvault-app / seedvault

A backup application for the Android Open Source Project.
1.19k stars 73 forks source link

Android 14 - Basic updates, Android.bp #574

Closed chirayudesai closed 9 months ago

chirayudesai commented 9 months ago

564

SeedVault is built using two build systems

AOSP 14 is here. With this it builds and mostly works in 14. May need more changes. We'll have a temporary mismatch with gradle, but that's ok given this does work.

chirayudesai commented 9 months ago

Can enable "storage backup" now without crashing.

There may be more things needed for the API bump, and also in general.

A temporary alternative could be to set targetSdk to 33 in Android.bp/AndroidManifest.xml - maybe.

chirayudesai commented 9 months ago

Most of these changes are gradle only. Only the perm addition is required for AOSP, so I'll split that out.