aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2018-06-01 10:34:11 -0400
committerJeff Gaston <jeffrygaston@google.com>2018-06-01 10:34:11 -0400
commit4b70aab4333e5756761368c98708e9cb982da38b (patch)
tree5aea3a1bf2c86cb0b645701abd3607e3a1608b4e
parentd7d117aae8900092b7def215c4281ec88625b2a0 (diff)
downloadsupport-4b70aab4333e5756761368c98708e9cb982da38b.tar.gz
Jetifier config for Renderscript
Bug: 74398526 Change-Id: I48f622fbb680a998cb89ff4169494ea77174dabd
-rw-r--r--jetifier/jetifier/core/src/main/resources/default.config20
1 files changed, 15 insertions, 5 deletions
diff --git a/jetifier/jetifier/core/src/main/resources/default.config b/jetifier/jetifier/core/src/main/resources/default.config
index c7f70fb865c..82a5e79254f 100644
--- a/jetifier/jetifier/core/src/main/resources/default.config
+++ b/jetifier/jetifier/core/src/main/resources/default.config
@@ -678,11 +678,21 @@
"to": "androidx/constraintlayout/widget/{0}"
},
- # Uncomment once migrated
- #{
- # "from": "android/support/v8/renderscript/(.*)",
- # "to": "androidx/renderscript/{0}"
- #},
+ # Renderscript
+ {
+ # Not technically a class, but a string to replace in xml
+ "from": "com/android/support/v8/renderscript/EnableAsyncTeardown",
+ "to": "androidx/renderscript/EnableAsyncTeardown"
+ },
+ {
+ # Not technically a class, but a string to replace xml
+ "from": "com/android/support/v8/renderscript/EnableBlurWorkaround",
+ "to": "androidx/renderscript/EnableBlurWorkaround"
+ },
+ {
+ "from": "android/support/v8/renderscript/(.*)",
+ "to": "androidx/renderscript/{0}"
+ },
#Binding
{