commit | 7ad83b634e8c70ed87b1c850683804a1128a4d6c | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Apr 04 10:57:39 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu Apr 04 12:59:00 2019 -0700 |
tree | f69307b03ab0994d0854e4b522fcb551df214fcf | |
parent | bd4301e19025814ffbf97e1bdc5cd7df0ddafba8 [diff] |
sparse_img.py --get_partition_size return size of partition Also, move code from build_super_image.py to sparse_img.py. Test: sparse_img.py on sparse and non-sparse images Bug: 122377935 Change-Id: Ie91fdfdbb54298ea27eb20d1b5363aeb1470356e
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.