commit | 213847d3f6bf39b1e04524b7d3556ba02e2e8b2b | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue Apr 30 23:10:28 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 30 23:10:28 2024 +0000 |
tree | b673febde4b05d00a3ab6f0a2fe2a8a5f41241ff | |
parent | f340066ee37e3c91fff5858474d4bbfe9abe89db [diff] |
Revert "Align boot jar exclusion with apex_contributions" This reverts commit f340066ee37e3c91fff5858474d4bbfe9abe89db. Reason for revert: Breaks go/ab/git_main:barbet-ap2a-userdebug Change-Id: I62639525d5b2507a07c3145ff556fdf2b156cb01
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.