commit | 995cfaeace01f0f709d3120e9b58eafc622bdff5 | [log] [tgz] |
---|---|---|
author | Shunkai Yao <yaoshunkai@google.com> | Thu May 04 18:39:59 2023 +0000 |
committer | Shunkai Yao <yaoshunkai@google.com> | Thu May 04 20:52:34 2023 +0000 |
tree | 1473364c9fa08397aadb6238ac421a538c9f19fd | |
parent | 372c3d6be5ee0191261bb26e4249901a072ca5cc [diff] |
Removed obsolete audio_effects.conf dependency Bug: 279987639 Test: presubmit Ignore-AOSP-First: To avoid merge conflict Change-Id: Ida71c17e8675878ee406900d805ab0eff2e70acd
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.