commit | f6ad0ce1c5b7ef3ec1e93405d2d714df2355512b | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Apr 23 02:14:00 2024 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Tue Apr 23 02:14:00 2024 +0000 |
tree | a4e460ced013e5967f183f62a7a48a3375262d44 | |
parent | 96407369b141db7579213f1a133bbef5a0295f40 [diff] |
Build audio_effects.xml with Soong Ignore-AOSP-First: need to submit along with internal projects Bug: 335369205 Test: build (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:284a84b355a49098401b5c97fc233966720c0996) Merged-In: Ia87b8dbc610a2c662523923a6a3570fa181204c6 Change-Id: Ia87b8dbc610a2c662523923a6a3570fa181204c6
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.