commit | b148ac22f88ddb9f2d69f5032bf674bd9cf3e6ac | [log] [tgz] |
---|---|---|
author | Abhishek Nigam <abhisheknigam@google.com> | Wed Nov 08 02:19:31 2023 +0000 |
committer | Abhishek Nigam <abhisheknigam@google.com> | Wed Nov 08 22:29:18 2023 +0000 |
tree | 1e067f3b759f4e981f8be4ae44515f06746e2f5d | |
parent | 7705138aedb614be9b3334dfd705c56e2f2c5a46 [diff] |
Revert "Fix non-AB ota generation failure" This reverts commit 782b7528892ee7971ed6c51827d5227de79438ce. bug: 308932171 tested: locally generated and applied ota on nonab device Change-Id: I67b26be01d6240b2cb332e13bc7c7959de128755
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.