commit | 599f02bdbe399f734f4b5bb421c5c98f80477c51 | [log] [tgz] |
---|---|---|
author | Yu-Han Yang <yuhany@google.com> | Wed Jun 10 15:33:40 2020 -0700 |
committer | Yu-Han Yang <yuhany@google.com> | Thu Jun 11 15:30:45 2020 -0700 |
tree | 3c19a0b5c482dc8a47f6640aee6b7f1aa9d096c2 | |
parent | b4b3c053f171f78cb5889dfb1a7abea544a4694f [diff] |
Add GNSS HAL v3.0 (make/build) Bug: 158518085 Test: on cuttlefish Change-Id: I297cf9a2c7e3cb734d986e111f72b14e5f9319c0
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.