commit | 414dbe15ab8a56708b6edd62930198f629115009 | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Thu Jun 18 21:38:35 2020 -0700 |
committer | Steve Muckle <smuckle@google.com> | Thu Jun 18 21:38:35 2020 -0700 |
tree | 09123b58baea09fea7e593ba838596b1fc5daf3a | |
parent | e5fc8fdf5e4ed799107fdfe5b7775f612fbf8172 [diff] |
adjust vendor ramdisk file extension based on compression The extension for the generated vendor ramdisk should be updated based on the compression scheme used. Bug: 158433703 Change-Id: I25fff0b8a7879f6aa6d6fe2fce9f5a53f90eb636
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.