summaryrefslogtreecommitdiff
path: root/build/apex/manifest-art.json
blob: 2183b5db72ab3d2973f775f0bbf3b2c93d2591bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "com.android.art",

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

  "provideNativeLibs": [
    "libjdwp.so"
  ],
  "requireNativeLibs": [
    "libicu_jni.so"
  ]
}