commit | 76fc1ce5ff514469fe53a9c65976c7edf13dabd6 | [log] [tgz] |
---|---|---|
author | Eino-Ville Talvala <etalvala@google.com> | Tue Jul 30 17:11:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 30 17:11:32 2019 -0700 |
tree | 415db6ab371c1aa2a030b13f18038f55c6af0f13 | |
parent | cda87f8e7b0931c3c2c25128d2ac44b36bd76fec [diff] | |
parent | 6f6d78bace5c886a75526a244b1d31f9999a052b [diff] |
[automerger skipped] Merge "Remove libcameraservice and libcamera_client from base_system" into qt-r1-dev am: 6f6d78bace -s ours am skip reason: change_id I196f869350900e7cc1521bc397c6ecff28decb6f with SHA1 a133a497c2 is in history Change-Id: I4567dc08857bcc53e21bbdc4df2b99a9933de569
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.