aboutsummaryrefslogtreecommitdiffstats
path: root/apex/builder.go
diff options
context:
space:
mode:
authorDario Freni <dariofreni@google.com>2020-03-02 21:47:09 +0000
committerDario Freni <dariofreni@google.com>2020-03-02 22:31:01 +0000
commit18423788cb69744466a095d423f04f1ff821d694 (patch)
treec503d56a22b4e06ea2e6c468ba2b6c0584fd1df3 /apex/builder.go
parentaf8998cba667ccdaa6901e26ce7e5d3ccd321cee (diff)
downloadbuild_soong-18423788cb69744466a095d423f04f1ff821d694.tar.gz
build_soong-18423788cb69744466a095d423f04f1ff821d694.tar.bz2
build_soong-18423788cb69744466a095d423f04f1ff821d694.zip
Pass apex_build_info to bundle base.zip file
Fix: 150077028 Test: manual inspection of com.android.wifi-base.zip Change-Id: Id201a3410a46e0c88a77e6f88e5b85906c7a6c8b
Diffstat (limited to 'apex/builder.go')
-rw-r--r--apex/builder.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/builder.go b/apex/builder.go
index 2701a360..0049c947 100644
--- a/apex/builder.go
+++ b/apex/builder.go
@@ -139,6 +139,7 @@ var (
apexBundleRule = pctx.StaticRule("apexBundleRule", blueprint.RuleParams{
Command: `${zip2zip} -i $in -o $out.base ` +
`apex_payload.img:apex/${abi}.img ` +
+ `apex_build_info.pb:apex/${abi}.build_info.pb ` +
`apex_manifest.json:root/apex_manifest.json ` +
`apex_manifest.pb:root/apex_manifest.pb ` +
`AndroidManifest.xml:manifest/AndroidManifest.xml ` +