summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-09-22 10:09:38 -0700
committerColin Cross <ccross@android.com>2016-09-22 10:09:38 -0700
commitcafc05357c25160f68afc97c5c44dd5b77d0fff8 (patch)
treed2fb49f5ac75741bdebd70a9d55dbb8cef322165 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent59acc059a623268b0eaac54d469a95e09efd81a5 (diff)
Remove has_trivial_move trait from StringPool types
StringPool:entry* are not trivially moveable, as they contain Vector<> objects. The data in Vector<> is trivially moveable, but Vector<> itself is a dynamic type with a vtable, which is not trivially moveable. Impact on aapt for frameworks-res is negligible, ~3%. Bug: 31595853 Test: m -j framework-res Change-Id: I562a46ef8934aed7aab5c5377db53d9cf64a08b9
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions