commit | e88fe251751ee45c317aba622d74d70ed3bc4fea | [log] [tgz] |
---|---|---|
author | Dongwon Kang <dwkang@google.com> | Wed Sep 25 12:00:30 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 25 12:00:30 2019 -0700 |
tree | fcebe8dd4b72e48a4a45fbae1caf2e59611a09f6 | |
parent | 0bfc7e1f317f7ba7fc4da3048908730c986f34f8 [diff] | |
parent | b9d1c27d59ca4b1d6ab17463b511aff0b57888be [diff] |
Merge "Remove libvorbisdec, which is not used in /system, from base_system.mk" am: b9d1c27d59 Change-Id: Ie049bcc21bd8f9541645d6136ed7210493e2023d
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.