commit | 044ef90bf91d33b64101c4ca35f672141fad41a9 | [log] [tgz] |
---|---|---|
author | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Tue Dec 15 21:22:27 2020 -0800 |
committer | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Tue Dec 15 21:22:27 2020 -0800 |
tree | 3cfb7a60548f85ae8f48a36356a9c9cdc476566a | |
parent | 37638180d69079c541cbf3577686c517e67915d6 [diff] |
Remove libwebrtc_audio_processing libwebrtc_audio_processing is no longer used by audio preprocessing effects Bug: 175749641 Test: Builds Change-Id: Id60fe90d481ae74ea617260fb3cf88c0cc7da79b
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.