commit | b1a2e353f2416bbd2ee5a3b307065f58d92f8d8f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Aug 14 16:17:12 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Aug 14 16:17:12 2018 -0700 |
tree | 402841272a746aa8c20cc4ef76be3fb9a7044ebc | |
parent | c76b000acbcd869815509f11eaabd27a577c816c [diff] |
Remove the hack that uses INSTALLED_RAMDISK_TARGET as INSTALLED_BOOTIMAGE_TARGET. This also fixes the emulator build issue with `BOARFD_AVB_ENABLE := true`. Bug: 78113934 Test: `m dist` with emulator builds. Test: `m dist` with aosp_taimen-userdebug Change-Id: I2089e0ab15885b4cfc16d4a7e8be3dd0b60ef46f
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.