commit | 18c9405106210e22ee2ed8054c2ddf219201bffc | [log] [tgz] |
---|---|---|
author | Sasha Kuznetsov <sashakuznetsov@google.com> | Fri Jan 03 13:09:28 2020 -0800 |
committer | Sasha Kuznetsov <sashakuznetsov@google.com> | Tue Jan 14 15:18:11 2020 -0800 |
tree | 3f13a51b5f1b45bda5351e00c6cc4fe3bf80bf75 | |
parent | 9161f971a18d91c70e1cd6de9fe73aa2acee70b4 [diff] |
Update current.txt with measurement_corrections 1.1 Test: manually injected dummy measurement corrections in GnssLocationProvider and verified that cuttlefish implementation properly recieved them below the HAL Bug: 145963440 Change-Id: I23362781b5383847eadbdfc878951ab09f160e25
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.