Add `libartserviced`.

Bug: 177273468
Test: -
  1. Execute the following code on ART Services startup.
       if (VMRuntime.getRuntime().vmLibrary().equals("libartd.so")) {
           System.loadLibrary("artserviced");
       } else {
           System.loadLibrary("artservice");
       }
  2. Build `com.android.art.debug` and adb install it.
  3. adb shell stop && adb shell setprop dalvik.vm.extra-opts '-verbose:jni' && adb shell start
  4. See the following log.
       [Call to dlopen("libartserviced.so", RTLD_NOW) returned 0x99b62074fe04a493]
Change-Id: Iad9ad6427f9f96b5867fcdf2fd9402e60040ac07
2 files changed