summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2018-08-11 17:07:17 +0900
committerBenda Xu <heroxbd@gentoo.org>2018-08-11 17:07:17 +0900
commit48d5e38a6ff8dcdd6cc203ce5dd02951e3cf7338 (patch)
treef2175a305c54fd77319130f07d319778d3d6d0fa /sys-libs/bionic/bionic-8.1.0_p41.ebuild
parentdev-util/soong: remove strip wrappers. (diff)
downloadandroid-48d5e38a6ff8dcdd6cc203ce5dd02951e3cf7338.tar.gz
android-48d5e38a6ff8dcdd6cc203ce5dd02951e3cf7338.tar.bz2
android-48d5e38a6ff8dcdd6cc203ce5dd02951e3cf7338.zip
sys-libs/bionic: disable relocation packer.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs/bionic/bionic-8.1.0_p41.ebuild')
-rw-r--r--sys-libs/bionic/bionic-8.1.0_p41.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-libs/bionic/bionic-8.1.0_p41.ebuild b/sys-libs/bionic/bionic-8.1.0_p41.ebuild
index ae92685..506bb8b 100644
--- a/sys-libs/bionic/bionic-8.1.0_p41.ebuild
+++ b/sys-libs/bionic/bionic-8.1.0_p41.ebuild
@@ -62,6 +62,9 @@ EOF
}
src_configure() {
+ # relocation packer is a toxic technique with no portability.
+ # https://chromium.googlesource.com/chromium/src.git/+/76ef458065798bc70114854cf4b51827005448a1/tools/relocation_packer/README.TXT
+ DISABLE_RELOCATION_PACKER=true \
soong_build -t -b out/ -d out/build.ninja.d -o out/build.ninja Android.bp || die
}