commit | 20dd8f20b11f5a21046bb28841934a32606a1d22 | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Sun Apr 19 15:51:16 2020 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Tue Apr 21 22:38:55 2020 +0000 |
tree | 0569f1741aa26530cdc1423225397af987b6837a | |
parent | 2cbcf3bda242cf1ce911e8470b2b379f48b8d695 [diff] |
Update the argument when signing aftl The arguments transparency_log_servers and transparency_log_pub_keys have been merged. Update the caller in the OTA script accordingly. Also disable the test to contact aftl server until we have a public server. Bug: 153940575 Test: check the argument Change-Id: If6a7e7d644884d395c75c2fcdfd6aa7c2380d851
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.