commit | 8321774df5e25f52e268244ec6ba7423741fdc49 | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Wed May 15 23:25:57 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 15 23:25:57 2019 -0700 |
tree | 43d91ccb690af813b9efde9e6abe9fde93394908 | |
parent | ea6a07494ceed955c055d7680bfdf4a7d88baca5 [diff] | |
parent | 7e6250e497602e01abe408f46d4a074fab8eba4f [diff] |
Merge "Remove soft omx libs from package -- DO NOT MERGE" into qt-dev am: 99d493fd3b am: 7e6250e497 Change-Id: Ic374fd1ebbc65692bc7053689cd7f82cf825fe90
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.