commit | 125d0b63b9f2c95ba894111db4a67fceeae76d67 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Sep 24 17:07:03 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu Oct 15 19:32:39 2020 +0000 |
tree | 57b9549c158e2413fdaeb253194fb68f598f07ae | |
parent | e98d29b4ade7adfb0182c44afd11ffe327ad0a00 [diff] |
Add function to extract timestamp from boot image Also add toybox to otatools list. Bug: 169169031 Test: build OTA Change-Id: Ib14dbf46a8385ccf2a9c5a9c6f4e7fa9399cf0ba
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.