Building and testing the extended recovery and updater

With all the preceding changes, we can build and test the enhanced recovery and updater now.

As usual, we have a manifest file for each chapter. We make changes for this chapter based on the source code of Chapter 13, Creating OTA Packages. The following are the projects that we changed in this chapter:

<?xml version="1.0" encoding="UTF-8"?> <manifest>   <remote  name="github"            revision="refs/tags/android-7.1.1_r4_x86vbox_ch14_r1"            fetch="." />   <remote  name="aosp"            fetch="https://android.googlesource.com/" />   <default revision="refs/tags/android-7.1.1_r4"            remote="aosp"            sync-c="true"            sync-j="1" />   <project path="kernel" name="goldfish" remote="github" />   <project path="bootable/newinstaller ...

Get Android System Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.