commit | 0949453dd2a8b01c00eb133b7398687484e4e1de | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu May 23 15:07:19 2024 +0900 |
committer | Justin Yun <justinyun@google.com> | Thu May 23 15:08:51 2024 +0900 |
tree | 516307ef70fd72c9dd7895cecd28d566bbfe5dd3 | |
parent | cfceeceb3a9caeca9ac04b24804731c807067350 [diff] |
Build build_flags.json in soong Move the make build rule for build_flags.json to soong. Bug: 324996303 Test: m --no-skip-soong-tests Change-Id: I958d5bb78db1d63b6145ac6a498490faa2fea315
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.