From fa00c061873cc89d036d43103956a85cc4b1548c Mon Sep 17 00:00:00 2001 From: Jaewoong Jung Date: Thu, 14 May 2020 14:15:24 -0700 Subject: Add apex_set module. apex_set takes an .apks file that contains a set of prebuilt apexes with different configurations. It uses extract_apks to select and install the best matching one for the current target. Bug: 153456259 Test: apex_test.go Test: com.android.media.apks Change-Id: I1da8bbcf1611b7c580a0cb225856cbd7029cc0a7 --- apex/builder.go | 1 + 1 file changed, 1 insertion(+) (limited to 'apex/builder.go') diff --git a/apex/builder.go b/apex/builder.go index 47ae501f9..3d0e9b254 100644 --- a/apex/builder.go +++ b/apex/builder.go @@ -61,6 +61,7 @@ func init() { pctx.HostBinToolVariable("zipalign", "zipalign") pctx.HostBinToolVariable("jsonmodify", "jsonmodify") pctx.HostBinToolVariable("conv_apex_manifest", "conv_apex_manifest") + pctx.HostBinToolVariable("extract_apks", "extract_apks") } var ( -- cgit v1.2.3-59-g8ed1b