aboutsummaryrefslogtreecommitdiff
path: root/Changes.md
diff options
context:
space:
mode:
authorYo Chiang <yochiang@google.com>2020-07-14 15:15:08 +0800
committerYo Chiang <yochiang@google.com>2020-07-14 15:15:08 +0800
commitd4741817e3ea761ad7d310aa34bf5113df477218 (patch)
tree5735cac660c6a69685b353fe469d52d9e8606975 /Changes.md
parent3227fc587c635cbe8ca795e387c95922a75ad53b (diff)
downloadbuild-d4741817e3ea761ad7d310aa34bf5113df477218.tar.gz
Changes.md: Format section BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES
Quote Make variable names in backtick and add section anchor. Test: preview in gittiles Change-Id: Ia661090f42d2191ca6a52dd9168d270100c488ad
Diffstat (limited to 'Changes.md')
-rw-r--r--Changes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changes.md b/Changes.md
index 61e6bb66c5..3109e9bbf0 100644
--- a/Changes.md
+++ b/Changes.md
@@ -87,16 +87,16 @@ use:
`BUILD_BROKEN_DUP_SYSPROP := true`
-## ELF prebuilts in PRODUCT_COPY_FILES
+## ELF prebuilts in `PRODUCT_COPY_FILES` {#BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES}
-ELF prebuilts in PRODUCT_COPY_FILES that are installed into these paths are an
+ELF prebuilts in `PRODUCT_COPY_FILES` that are installed into these paths are an
error:
* `<partition>/bin/*`
* `<partition>/lib/*`
* `<partition>/lib64/*`
-Define prebuilt modules and add them to PRODUCT_PACKAGES instead.
+Define prebuilt modules and add them to `PRODUCT_PACKAGES` instead.
To temporarily relax this check and restore the behavior prior to this change,
set `BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true` in `BoardConfig.mk`.