Change requested properties to be Android ones where applicable

The agent relies on retrieving several properties for configuring
itself. Several of these are implementation defined and android has
the data held in different properties.

This changes the agent to use the android-specific properties.

This also means we no longer need libwrapagentproperties to run the
agent.

Test: ./art/tools/run-jdwp-tests.sh                             \
         --mode=host                                            \
         --debug                                                \
         --variant=x64                                          \
         -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmtid.so   \
         --jdwp-path $ANDROID_HOST_OUT/lib64/libjdwp.so         \
         --expectations $PWD/art/tools/libjdwp_art_failures.txt

Test: ./art/test/run-test                                 \
         --dev                                            \
         --debug-agent $ANDROID_HOST_OUT/lib64/libjdwp.so \
         --host                                           \
         --64                                             \
         001-HelloWorld

Test: Manual

Bug: 62821960
Bug: 66904994

Change-Id: Icb45aaf52ee0ed9bd93ee65406ad1ec01c3a8da8
2 files changed