Revert "Fix annotation processors working w/ generated code on OpenJDK 9 toolchain"

This change is no longer needed, following http://r.android.com/943770
in April 2019, which upgraded external/dagger2 from a 2015 version of
auto-common to version 0.10
(https://github.com/google/auto/releases/tag/auto-common-0.10). This
auto-common version does not output code using
javax.annotation.Generated if it is is not available, so the module
that provides (java.xml.ws.annotation) it can be safely removed.

This is beneficial since the module is deprecated in OpenJDK 9 and is
removed in later versions.

N.B. The change being reverted was to Android.mk, this removes the
corresponding lines from the migrated Android.bp.

This reverts commit 55f01c365aae9197a2c6b08116bbdb6ca02b8733.

Bug: 62050818
Bug: 131683177
Test: EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9=true make droid
Change-Id: I7fd3437c31d3a4ca93f9df8782eb843fa95841da
1 file changed