diff options
author | Paul Duffin <paulduffin@google.com> | 2021-06-15 11:34:01 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2021-06-16 11:56:14 +0000 |
commit | ef6b69558a1b57e7669ba0a81a374481d67ae00c (patch) | |
tree | 3f3de28a2a12a9a730c1f49bcdba6048f4506571 /java/java.go | |
parent | 930610f64b2690f5d704ef1df0792d5eb25ff8a7 (diff) |
Dedup apex/Prebuilt and apex/ApexSet
Moves common properties, fields and method into the prebuiltCommon
type.
One slight change is that this change causes the Prebuilt module to use
the outputApex when generating the AndroidMkEntries instead of the
inputApex that it used before. They are the exact same files as the
inputApex is simply copied to the outputApex. The only impact will be
on build time as some rules now depend on the cp rule being run when
they did not before and the base name of the file may be different.
Test: m droid
- check generated out/soong/Android...mk file before and after
to make sure the only difference is due to switching from the
inputApex to outputApex.
Bug: 179354495
Change-Id: I8437af00d6bb7d0d339f25b3b02cd1cf67d6938a
Merged-In: I8437af00d6bb7d0d339f25b3b02cd1cf67d6938a
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions