commit | 0bbbc93c31ad238c3868013270c459fa26588cf0 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Oct 08 22:14:44 2020 +0000 |
committer | Yifan Hong <elsk@google.com> | Thu Oct 08 22:14:44 2020 +0000 |
tree | 77f7349f34ef2d0b10b3e5e068fcfa56dd47472b | |
parent | 7a532ab1e9cd1ce9768ee14898df01d7bc5d8c2e [diff] |
Revert "Add timestamp to ramdisk." This reverts commit 7a532ab1e9cd1ce9768ee14898df01d7bc5d8c2e. Reason for revert: conflicts with device-specific sepolicy Bug: 170364317 Bug: 170411692 Change-Id: I9e7094e5f7be6f2c53ed27c658530370d794a5e2
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.