Remove required libs from phony package.

Currently, for aidl_interface name: 'foo', we generate a phony package
called 'foo' to reserve the name, and add created libs to this, so that
someone could also type 'm foo' and build all generated libs.

However, with apex_available, a module, e.g. 'foo-cpp' only exists if
support for platform modules is specified in apex_available. Also, since
different variants can be created, 'm foo' is no longer a reliable way
to build everything in a package. Instead, mma should be used.

Fixes: 162275959
Test: build only
Change-Id: If9d4ef2de9fcd4cff7788c59f5e68f6d9de14798
1 file changed