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