diff options
| author | 2018-03-21 11:50:36 -0700 | |
|---|---|---|
| committer | 2018-03-22 15:17:34 -0700 | |
| commit | fa00dfda13aaf8132bb6e3ae65e0e2adce9939a0 (patch) | |
| tree | 8e1a5c5d90a5df033de7895ac4b05551a376c1dc /java/java.go | |
| parent | 170ab730ecd6c53b49e9bb9e98a0c1663ceca6ef (diff) | |
Disable relocation_packer and migrate to SHT_RELR sections.
Proposal for adding SHT_RELR sections in the generic-abi is at
https://groups.google.com/forum/#!topic/generic-abi/bX460iggiKg
Comparison with relocation_packer for aosp_marlin-userdebug:
$ du -B1 -s */out/target/product/marlin/system
996958208 base/out/target/product/marlin/system
1008340992 no_pack/out/target/product/marlin/system
997801984 sht_relr/out/target/product/marlin/system
base contains a build with current settings.
no_pack contains a build with relocation_packer disabled.
sht_relr contains a build with SHT_RELR sections enabled.
relocation_packer was saving 11,382,784 bytes (no_pack - base).
SHT_RELR sections are saving 10,539,008 bytes (no_pack - sht_relr).
Bug: None
Test: Built aosp_marlin-userdebug image, boots on device.
Test: Built aosp_x86_64-userdebug image, boots in emulator.
Change-Id: I448dc95baa4976b68ce2659b80498539426775f9
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions