From c6a0d4dd2c743f81e46f732cac761cd758f2fc70 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 12 Sep 2023 16:54:19 -0700 Subject: [PATCH] Mention LOCAL_POST_INSTALL_CMD when talking about BUILD_BROKEN_INCORRECT_PARTITION_IMAGES Bug: 205632228 Test: None Change-Id: I9eda7de5cf48881f8bbe1404ee1a17deb2608c61 --- Changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes.md b/Changes.md index 2616117d7a..6c0cf7020e 100644 --- a/Changes.md +++ b/Changes.md @@ -11,6 +11,10 @@ This behavior has been changed, and now the partition images only include what t did a clean build. This behavior can be disabled by setting the `BUILD_BROKEN_INCORRECT_PARTITION_IMAGES` environment variable or board config variable. +Manually adding make rules that build to the staging directories without going through the make +module system will not be compatible with this change. This includes many usages of +`LOCAL_POST_INSTALL_CMD`. + ## Perform validation of Soong plugins Each Soong plugin will require manual work to migrate to Bazel. In order to