commit | fb1160d0b89f5c21609308a989eebdb79f152020 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Dec 28 21:39:10 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Thu Dec 28 21:39:10 2023 +0000 |
tree | 14924eb479c8617820802d990af72e00df1c68b4 | |
parent | a79329678d03f9fc438c584e877d098855178101 [diff] |
PRODUCT_FULL_TREBLE disabled warning Treble is like so 2016, but it's 2023. Bug: 307369186 Test: build Change-Id: Icb24e218d0dbc5f76f0c83f809728d33dc67719e
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.