Commit 7c3794d8 authored by John Budorick's avatar John Budorick Committed by Commit Bot

[android] Keep Services in the main dex.

TBR=wychen@chromium.org,yusufo@chromium.org,mlamouri@chromium.org

Bug: 725534
Change-Id: Ifc0696d08d82d0ea41fc96c7ef09e54cf161b3f2
Reviewed-on: https://chromium-review.googlesource.com/512365Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#473946}
parent 92e7407c
......@@ -18,6 +18,10 @@
*;
}
-keep public class * extends android.app.Service {
<init>();
}
# Used by tests for secondary dex extraction.
-keep class android.support.v4.content.ContextCompat {
*;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment