Rename some ART gtest related Soong modules.

ART gtests currently link with the debug ("d") versions of ART
libraries. The gtests themselves and their libraries are compiled as
debug artifacts. For the sake of consistency, perform the following
renaming of ART gtest related Soong modules:

* `libart-compiler-gtest` -> `libartd-compiler-gtest`
* `libart-dex2oat-gtest`  -> `libartd-dex2oat-gtest`
* `libart-gtest-defaults` -> `libartd-gtest-defaults`
* `libart-gtest`          -> `libartd-gtest`
* `libart-runtime-gtest`  -> `libartd-runtime-gtest`
* `libartbase-art-gtest`  -> `libartbased-art-gtest`

As we plan to introduce non-debug ("non-d"), standalone versions of
ART gtests in the context of uncoupling ART (target) gtests from the
ART APEX (b/162834439), this renaming will help us, as we'll be able
to use the old names of a "d" module for the corresponding "non-d"
version.

Test: mmma art
Test: Run ART gtests on host and target
Test: env OVERRIDE_TARGET_FLATTEN_APEX=false art/build/apex/runtests.sh
Test: env OVERRIDE_TARGET_FLATTEN_APEX=true  art/build/apex/runtests.sh
Bug: b/162834439
Change-Id: I4ca27a7f445a760398f41a9e60a7008d77294505
6 files changed