commit | ba67436d0da2a9cf23a9a7218c2ffa24d9163972 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Wed Jul 10 23:14:26 2024 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Wed Jul 10 23:15:08 2024 +0000 |
tree | 7d08da95557051a5e55600e332a220cfa4e1f0e3 | |
parent | 11670f39187ef63379ae66f40df46d02d1596dce [diff] |
fix: make device paths function static Bug: 342636474 Test: m Change-Id: Iea745c39f8ef90543015c365ead4c02ee4ff6653
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.