commit | 24604cc5b9bf12efc9814cfda2c176bb678d71bc | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Feb 01 16:25:44 2018 -0800 |
committer | Tao Bao <tbao@google.com> | Thu Feb 01 16:30:42 2018 -0800 |
tree | 45cbe6cca9116c8efa4ad6693d3a8d1edf3275a0 | |
parent | a4c7d59afca1e74309ba5292cf8fe3d51773665b [diff] |
releasetools: Clean up two no-op lines that set 'ota-wipe'. The same thing has been set in GetPackageMetadata(), so they are no-op. Also replace an occurrence of 'OPTIONS.source_info_dict' with source_info, which has been missed from previous clean-up CLs. Test: Generate an A/B OTA package, and an incremental BBOTA with --wipe_user_data. Check the metadata. Test: Generate a two-step incremental BBOTA successfully. Change-Id: I4bb491cac9064d93fb86d12e617c8f38f040e01e
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.