You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
replace VectorDrawable with AOSP implementation from Android 6
This way, we can avoid librsvg which causes stack overflows on Alpine/postmarketOS, because of musl's limited stack size.
This commit is contained in:
@@ -1006,7 +1006,7 @@ public class Resources {
|
||||
*
|
||||
* @see android.util.AttributeSet
|
||||
*/
|
||||
public XmlResourceParser getXml(int id) throws /*NotFound*/ Exception {
|
||||
public XmlResourceParser getXml(int id) throws NotFoundException {
|
||||
return loadXmlResourceParser(id, "xml");
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
package android.graphics;
|
||||
|
||||
public class PathMeasure {
|
||||
|
||||
public PathMeasure() {}
|
||||
|
||||
public PathMeasure(Path path, boolean dummy) {
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user