commit | 63011c86e123afc4022877690107e7c8acb5fdea | [log] [tgz] |
---|---|---|
author | Haoxiang Li <haoxiangl@google.com> | Wed Oct 30 12:52:23 2019 -0700 |
committer | Changyeon Jo <changyeon@google.com> | Sun Jan 12 16:33:51 2020 -0800 |
tree | 3739b41d23fcc0f3f1774f2bc26ba12feec5846e | |
parent | 713c5dca91f3ceb14e642060fea0d42aa4212424 [diff] |
Update VNDK library list Add the car display service HAL interface Bug: 140395359 Test: (build) m -j Change-Id: Id638b3305a5b133cd4edebec3e3ad445ef766749 Signed-off-by: Changyeon Jo <changyeon@google.com>
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.