Add NOTICE file path to apex bundle base rule.

am: 105e166581

Change-Id: I8accb39ebc3caea8891f62a2b4ca0cd2cfc13c82
This commit is contained in:
Jaewoong Jung 2019-09-05 15:59:52 -07:00 committed by android-build-merger
commit 8f6b0708b6
1 changed files with 2 additions and 1 deletions

View File

@ -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")