Convert support library to Android.bp

This converts all of the Android.mk files to Android.bp using pom2bp.
It uses -static-deps for everything, which obsoletes the transitive
dependencies in fix_dependencies.mk.

Remove the transtitive dependency lists, they are unnecessary now
that all of the modules contain their dependencies.

Instead of generating the list of known support libraries at update
time have Soong export lists of support libraries modules.

./update_prebuilts.py --stx 4737625
./update_prebuilts.py -c 4023242
(cd current/extras/constraint-layout-x; pom2bp -regen Android.mk)
(cd current/extras/material-design-split-x; pom2bp -regen Android.mk)
(cd current/extras/material-design; pom2bp -regen Android.mk)
Manually recreating changes in:
I14189558eb7cf143639c8f48e1af253e2e137334
Id029abf2d077948216c34e7d4635d3ee7985e38b

Bug: 78300023
Test: m checkbuild
Change-Id: I14189558eb7cf143639c8f48e1af253e2e137334
118 files changed