Add NOTICE file path to apex bundle base rule. am: 105e166581
am: 8f6b0708b6
am: 1a56f26ad3
Change-Id: I848bd2238e9fb710adaef0d18698827ddd24b5d8
This commit is contained in:
commit
ce3a9a539e
|
@ -98,7 +98,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")
|
||||
|
|
Loading…
Reference in New Issue