summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorDeepanshu Gupta <deepanshu@google.com>2014-07-10 13:20:42 -0700
committerDeepanshu Gupta <deepanshu@google.com>2015-01-09 17:03:54 -0800
commit51fb7754fc9a232a225b31b37219f4b0dcba6711 (patch)
treee5b44721534466cb27e3a735c30dda3acc9277f2 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent8db769dd56822a59f1997a9cb53ed02d3d1cb8dd (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 (cherry picked from commit e1960cc0b541cda93db94de5bef42dff922b9ec3)
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions