Skip to content

Commit

Permalink
add missing dex2oatService manifestinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
关杰 committed Mar 8, 2017
1 parent ecadac9 commit e554575
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions atlas-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@
android:minSdkVersion="14"
android:targetSdkVersion="23" />

<application>
<service
android:name="com.taobao.android.runtime.Dex2OatService"
android:process=":dex2oat" />
</application>



</manifest>

0 comments on commit e554575

Please sign in to comment.