Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5a8f053 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Changes.md: Format section...

Merge "Changes.md: Format section BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES" am: 5469096f am: d2d1bf19 am: ce233e13 am: 26d6b42e

Original change: https://android-review.googlesource.com/c/platform/build/+/1362416

Change-Id: Iefe2322dd60898fb03c53e3055d959caa0d72951
parents 4c6cd998 26d6b42e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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`.