blob: 5eee90c40b7c225c4a059c47b636d473a0fbd46a [file] [log] [blame] [edit]
{
// LINT.IfChange
"name": "com.android.art",
// High version number that ensures that packages using this manifest (Debug
// ART APEX, Testing ART APEX) can be installed on virtually all Android
// dessert releases.
"version": 990091000,
"provideNativeLibs": [
"libjdwp.so"
],
"requireNativeLibs": [
"libicu_jni.so"
]
// LINT.ThenChange(manifest-art.json)
}