platform_build_soong/cmd/extract_apks
Jaewoong Jung 11c1e0f94d Output apkcerts file for android_app_set.
Soong and Make have no ways to figure out what splits will be outputted
from a given android_app_set, so it's impossible for them to provide
full PACKAGES.$(LOCAL_MODULE).CERTIFICATE entries, which are required to
build a final apkcerts.txt. This change makes extract_apks produce
apkcerts.txt files for each input modules instead. The Make-side
counterpart of this change merges all local apkcerts.txt into a final
one.

Fixes: 160119159
Test: main_test.go
Test: m apkcerts-list
Merged-In: I321e80fd636a955213761f56a3ac64bfe7f7f7c0
Change-Id: I321e80fd636a955213761f56a3ac64bfe7f7f7c0
2020-07-01 10:03:09 -07:00
..
bundle_proto Implement extract_apks 2020-05-14 19:00:59 -07:00
Android.bp Fix bpfmt issues and add bpfmt to preupload checks 2020-06-29 09:14:08 +02:00
main.go Output apkcerts file for android_app_set. 2020-07-01 10:03:09 -07:00
main_test.go Output apkcerts file for android_app_set. 2020-07-01 10:03:09 -07:00