b176d29bd2
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 |
||
---|---|---|
.. | ||
Android.bp | ||
androidmk.go | ||
apex.go | ||
apex_singleton.go | ||
apex_test.go | ||
bootclasspath_fragment_test.go | ||
builder.go | ||
deapexer.go | ||
key.go | ||
OWNERS | ||
platform_bootclasspath_test.go | ||
prebuilt.go | ||
systemserver_classpath_fragment_test.go | ||
TEST_MAPPING | ||
testing.go | ||
vndk.go | ||
vndk_test.go |