summaryrefslogtreecommitdiff
path: root/annotations/generate_annotated_java_files.py
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-05-18 14:07:51 +0100
committerNeil Fuller <nfuller@google.com>2018-05-18 17:06:35 +0100
commit8b7796fe566e14dd434ea42aa69bfa32aee3b98e (patch)
tree1f4997de5d28c106b351ca90484ffe26f6804d18 /annotations/generate_annotated_java_files.py
parent59f26e2ae2eadd6713d028eb5b7588234479a620 (diff)
Use new String() instead of StringFactory
After platform/art commit 9abc31e it is possible to use "new String()" rather than StringFactory in most places. This change switches all but one usage of StringFactory in Java over to upstream "new String()" code. The one case left relies on a String constructor (char[], boolean) that does not currently exist on Android. There is an associated commit in platform/art to update tests. Bug: 79902155 Test: make test-art-host Change-Id: I9b37fce898d2d3e1f580976f52bcb7e73a7608c1
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions