commit | 9ee098e25b50f2dab50f3b1491b48b6ef7036346 | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Wed Mar 20 13:57:50 2024 -0700 |
committer | LaMont Jones <lamontjones@google.com> | Wed Mar 20 16:22:53 2024 -0700 |
tree | 7afbee79e06614152ed1aa3bd9f839da7dc5f370 | |
parent | d5d876a9a98ee2e569826b44be6a8e97e5c69ca6 [diff] |
Add 'origin' parameter to flag declarations This will reduce toil on separating the build flags. Bug: 330386250 Bug: 328495189 Test: manual Change-Id: I819184738bd3603534bb5e54c4b6a3ecd0a81a90
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.