Deepanshu Gupta 51fb7754fc LayoutLib: Fix System.arraycopy()
Framework has specialized versions of java.lang.System.arraycopy() for
all primitive data types. These versions are not present on the Desktop
VM. This change replaces calls to any of the specialized versions with
the more general alternative - the one using Objects.

Note that this was already being done for char.

Change-Id: If1584125fea8ecc080fb39a5ee6cdb4d922d0c98
(cherry picked from commit e1960cc0b5)
2015-01-09 17:03:54 -08:00
2014-03-25 13:19:02 -07:00
2013-05-21 12:38:22 -07:00
2013-09-12 19:07:28 -07:00
2015-01-09 17:03:54 -08:00
2014-06-29 16:53:54 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%