Don't recycle byte[] for icu.Bidi

The slice of primitive array cannot be used for icu.Bidi, so do not
recycle the arrays and always need to create new primitive array
instance

Bug: 324167048
Test: atest android.text.cts.LayoutUseBoundsTest
Change-Id: If3e3bf9b51b5a246c7b633a3932e63f8bcb4014e
1 file changed