aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaewoong Jung <jungjw@google.com>2019-09-05 15:59:52 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-05 15:59:52 -0700
commit8f6b0708b6ce02225826d7485230cb97ea0b70fb (patch)
treed89a5f7573757d84e078ce8b8304986ee8bedf67
parent6b56b1171a1f958d5ee15279c29a9d515db40d7b (diff)
parent105e166581d314d8229c903e3d23611acfcbf3dd (diff)
downloadsoong-8f6b0708b6ce02225826d7485230cb97ea0b70fb.tar.gz
Add NOTICE file path to apex bundle base rule.
am: 105e166581 Change-Id: I8accb39ebc3caea8891f62a2b4ca0cd2cfc13c82
-rw-r--r--apex/apex.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/apex/apex.go b/apex/apex.go
index e97862c45..beb1cfbff 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -86,7 +86,8 @@ var (
Command: `${zip2zip} -i $in -o $out ` +
`apex_payload.img:apex/${abi}.img ` +
`apex_manifest.json:root/apex_manifest.json ` +
- `AndroidManifest.xml:manifest/AndroidManifest.xml`,
+ `AndroidManifest.xml:manifest/AndroidManifest.xml ` +
+ `assets/NOTICE.html.gz:assets/NOTICE.html.gz`,
CommandDeps: []string{"${zip2zip}"},
Description: "app bundle",
}, "abi")