May 2017
Beginner to intermediate
470 pages
10h 49m
English
After we have done all the analysis in this chapter, we can build and test our code now.
As usual, we have a manifest file for each chapter. We make changes for this chapter based on the source code of Chapter 12, Introducing Recovery. 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_ch13_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" /> <!-- github/android-7.1.1_r4_ch13 --> <project path="kernel" name="goldfish" remote="github" /> <project path="bootable/newinstaller" ...
Read now
Unlock full access