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
fixes for android-8 rebase of dalvik_standalone
detect bootclasspath jar path automatically from dalvik_standalone
This commit is contained in:
@@ -109,7 +109,7 @@ public class ManifestDigest {
|
||||
final int N = mDigest.length;
|
||||
for (int i = 0; i < N; i++) {
|
||||
final byte b = mDigest[i];
|
||||
IntegralToString.appendByteAsHex(sb, b, false);
|
||||
sb.append(String.format("%02x", b));
|
||||
sb.append(',');
|
||||
}
|
||||
sb.append('}');
|
||||
|
||||
Reference in New Issue
Block a user