openjdk17: fix typo in android11.patch

This commit is contained in:
Lucy Phipps 2021-07-30 12:26:43 +01:00 committed by GitHub
parent 23b82b8e3b
commit 4ad7c66215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ diff -uNr mobile-ec285598849a27f681ea6269342cf03cf382eb56/src/java.base/share/na
+#ifdef __TERMUX__
+ int android_malloc_tag_level = 0;
+ android_mallopt(8, &android_malloc_tag_level, sizeof(android_malloc_tag_level)));
+ android_mallopt(8, &android_malloc_tag_level, sizeof(android_malloc_tag_level));
+#endif
+
InitLauncher(javaw);