summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-10-02 11:16:25 +0100
committerPaul Duffin <paulduffin@google.com>2018-01-08 16:57:35 +0000
commit035820cbda4c208bec8129d0e1e43f986d2dff87 (patch)
tree5661a69d93d1dc1adb7fdaf5fb0d6b6d7bc73591 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent0c3ad0408a1f26d8cb408472eb4751cb783d58bc (diff)
Insert org.apache.http.legacy at the start of the shared library list
Ensure consistent behaviour depending on whether OAHL is on the bootclasspath or not. When OAHL is on the bootclasspath the search order is (where ... is the other libraries on the bootclasspath): OAHL ... shared libraries optional shared libraries APK Prior to this change the OAHL was added to the end of the shared library list which meant the search order (when OAHL is not on the bootclasspath) would be: ... shared libraries OAHL optional shared libraries APK After this change the order will be: ... OAHL shared libraries optional shared libraries APK The slight difference at the beginning is not an issue because there are no conflicting resources or class files between OAHL and the other boot libraries. Bug: 65552462 Bug: 18027885 Test: build, flash, check systrace when starting GoogleDialer Change-Id: Ifcb4d50c13e35eebac4d18f8f0f10dd0734e8896
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions