1{
2  // LINT.IfChange
3  "name": "com.android.art",
4
5  // Placeholder module version to be replaced during build.
6  // Do not change!
7  "version": 0,
8
9  "provideNativeLibs": [
10    "libjdwp.so"
11  ],
12  "requireNativeLibs": [
13    "libicu_jni.so"
14  ]
15  // LINT.ThenChange(manifest-art-debug.json)
16}
17