commit | 44ce7800e7df46cb0f0fe58a2b199d20a0743ef9 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Dec 04 19:04:05 2024 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Dec 04 19:05:58 2024 -0800 |
tree | e93719ab1cb4d7ec088beea2205ce6d8abaae6fd | |
parent | 57bbaf99890b18aba770d112f9f6e71d3c1ba91a [diff] |
Fix broken enable_lz4diff flag When enable_lz4diff=true, we need to inject lz4.so from target_files to delta_generator, this is done by setting LD_PRELOAD. We used to rely on brillo_update_payload for setting LD_PRELOAD, since brillo_update_payload is removed, in aosp/2726801, we need to do this in python Test: th Bug: 382199131 Change-Id: I3696363408cf990d816011c0b034c3fc94f14943
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.