commit | 63e2f49fddd1101dcaf342b30e09608319f40b18 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri May 11 23:38:46 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Fri May 11 23:38:46 2018 -0700 |
tree | 21004b17f346e2f258154b7ee6c5854891a11ace | |
parent | fc56b59db48b3608abca3e5834a94df932a61cda [diff] |
releasetools: Skip validating non-sparse images. Targets can define 'TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true' to generate non-sparse system images, but validate_target_files.py doesn't work with such images. This CL adds a workaround to temporarily skip the file consistency check for such images. Bug: 79616357 Test: Run validate_target_files.py on a target_files.zip that's not using sparse image. Test: Run validate_target_files.py on marlin target_files.zip (which uses sparse image). Change-Id: I1f4066c5b3fec595b10cab10283d62c1c5a6c624
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.