commit | da6948f25f39a7da13a3de2c396e14931b291146 | [log] [tgz] |
---|---|---|
author | Anthony Stange <stange@google.com> | Tue Feb 04 20:51:49 2020 -0500 |
committer | Anthony Stange <stange@google.com> | Tue Feb 04 20:51:49 2020 -0500 |
tree | 64bd418263b5f30d26fe4b2ef3ea9ef1064c2e81 | |
parent | 2f7d750a4ed1619910e5f45b3cdd3e3cfe426fa1 [diff] |
Add newly created Contexthub HAL 1.1 to VNDK list Bug: 135951924 Test: compile Change-Id: Ic0e14bc86ac55c0f7f2405bbfbc03e62aecd8396
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.