{
  // LINT.IfChange
  "name": "com.android.art",

  // Placeholder module version to be replaced during build.
  // Do not change!
  "version": 0,

  "provideNativeLibs": [
    "libjdwp.so"
  ],
  "requireNativeLibs": [
    "libicu_jni.so"
  ]
  // LINT.ThenChange(manifest-art-debug.json)
}
