commit | ace89548f7733da51b248b07aab66279fc90ff09 | [log] [tgz] |
---|---|---|
author | Shuzhen Wang <shuzhenwang@google.com> | Sun Jan 26 16:20:41 2020 -0800 |
committer | Shuzhen Wang <shuzhenwang@google.com> | Sun Jan 26 16:20:41 2020 -0800 |
tree | cdaa4cda8942da943a4b1f7a07d5d7b25b0de5b3 | |
parent | b7383afe9133e5daba8c26e2197ce6d3815e9d56 [diff] |
Add version 2.1 of camera server interface Test: Build Bug: 148181647 Change-Id: Ib65feae55e9bd651c8b3ba1e9ead4a44dd27b9fd
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.