summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/3
diff options
context:
space:
mode:
authorDeepanshu Gupta <deepanshu@google.com>2014-07-10 13:20:42 -0700
committerDeepanshu Gupta <deepanshu@google.com>2014-07-11 10:27:36 -0700
commite1960cc0b541cda93db94de5bef42dff922b9ec3 (patch)
tree32ecc78616245156d087263dad3de05728e5d5b4 /docs/html/sdk/api_diff/3
parentca249dc6342a7c6678ca3b7f1dabe0e32d3d902e (diff)
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
Diffstat (limited to 'docs/html/sdk/api_diff/3')
0 files changed, 0 insertions, 0 deletions