Migrate Settings to androidx.

Test: make Settings
Bug: 76692459
Change-Id: I941dea40562170649bf056e675cc32e5163c0e39
Merged-In: I941dea40562170649bf056e675cc32e5163c0e39
This commit is contained in:
Aurimas Liutikas
2018-04-17 11:22:43 -07:00
committed by Colin Cross
parent 016843fa80
commit a290b873d0
1189 changed files with 2368 additions and 2368 deletions

View File

@@ -41,9 +41,9 @@
}
# Keep annotated classes or class members.
-keep @android.support.annotation.Keep class *
-keep @androidx.annotation.Keep class *
-keepclassmembers class * {
@android.support.annotation.Keep *;
@androidx.annotation.Keep *;
}
# Keep specific fields used via reflection.
@@ -51,4 +51,4 @@
public static ** SEARCH_INDEX_DATA_PROVIDER;
public static ** SUMMARY_PROVIDER_FACTORY;
}
-keep class android.support.v4.app.CoreComponentFactory
-keep class androidx.core.app.CoreComponentFactory