commit | 9b41333a849d14683f9c4ac30fcfd48a27945018 | [log] [tgz] |
---|---|---|
author | Andrew Dodd <atd7@cornell.edu> | Mon Dec 02 23:15:30 2013 -0500 |
committer | Michael Bestas <mkbestas@lineageos.org> | Mon Aug 22 22:23:33 2022 +0300 |
tree | 061e3a36576fc67bf5a497d8403979506d74d9c8 | |
parent | bb2953e92a93f647a93bc3dd2516411e6cbe9ba4 [diff] |
ota: Disable downgrade check We want users to be able to downgrade their packages. Change-Id: I6bcbd4ee2a02640fe0855b0f1f197a02e914c927
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.