I made some small changes in framework/base, and did a "mm" under that folder. Now I don't want to run "make" on the project root because the makefile including process is very slow.
Is there a quick way to just build the system image without going through the lengthy including process?
Android system images are just versions of Android that you can run on a computer. So if you wanted to test the very latest stuff you could download an Android O system image and run it on the emulator to see what Android O is like.
The Android build system compiles app resources and source code, and packages them into APKs or Android App Bundles that you can test, deploy, sign, and distribute.
x86 images run the fastest in the emulator. If you see Download next to the system image, you need to click it to download the system image.
If your changes effect other applications, use make systemimage
, otherwise use make snod
.
Notice:make systemimage
will check dependency during compile progress, while make snod
will not do this check, so the former command need more time than the latter.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With