aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-09-14 15:04:48 -0700
committerDan Willemsen <dwillemsen@google.com>2016-09-15 03:39:05 +0000
commit394e9dc8769faf4a02be409ec0f7c4f7b2c97ce5 (patch)
tree38cec1bae04b09a135e44fb9f79f131732fb8aec /Android.bp
parent391cdde1dac037890cd0fad050abdb51f2d21aab (diff)
downloadbuild_soong-394e9dc8769faf4a02be409ec0f7c4f7b2c97ce5.tar.gz
build_soong-394e9dc8769faf4a02be409ec0f7c4f7b2c97ce5.tar.bz2
build_soong-394e9dc8769faf4a02be409ec0f7c4f7b2c97ce5.zip
Add Relocation Packer support
This only applies to shared libraries on the device, and like stripping, we'll let make do the actual packing if we're embedded in Make. Change-Id: I1585d74ecfc41e18dcbb5ffb70005adf007cc941
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index aee91236..0202ea7f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -126,6 +126,7 @@ bootstrap_go_package {
"cc/check.go",
"cc/gen.go",
"cc/makevars.go",
+ "cc/relocation_packer.go",
"cc/sanitize.go",
"cc/stl.go",
"cc/strip.go",