Android 4.4.4, which was released into AOSP yesterday, has been merged into our master-based seandroid branch and a seandroid-4.4.4 branch has been forked from the android-4.4.4_r1 tag. The seandroid-4.4.4 branch contains Android 4.4.4 plus all of the SE-related code and policy changes that have been merged to AOSP master (except for incompatible changes) plus all of our remaining changes that have not yet been merged to AOSP master.
If you have an existing seandroid-4.4.3 clone, you can update it by doing the following (assuming that you have a clone of our manifests project and seandroid-4.4.3 already): cd manifests git pull cd .. cd seandroid-4.4.3 rm .repo/local_manifests/seandroid-4.4.3.xml repo init -b android-4.4.4_r1 cp ../manifests/seandroid-4.4.4.xml .repo/local_manifests repo sync If not, you can follow the standard instructions for cloning a new seandroid-4.4.4 tree as per: http://seandroid.bitbucket.org/Usingareleaseversion.html You will need updated proprietary binaries for 4.4.4 (KTU84P) from: https://developers.google.com/android/nexus/drivers If building seandroid/master, you should instead use the proprietary binaries preview from: https://developers.google.com/android/nexus/blobs-preview _______________________________________________ Seandroid-list mailing list [email protected] To unsubscribe, send email to [email protected]. To get help, send an email containing "help" to [email protected].
