Compile org.apache.legacy.boot using speed-profile

Ran the following command before making the change and it reported a
compiler-filter of "quicken".
    adb shell oatdump --header-only \
        --oat-file=/system/framework/oat/arm64/org.apache.http.legacy.boot.odex

Updated the build, rebuilt, flashed to device, booted it up.

Ran the following command after making the change and it reported a
compiler-filter of "speed-profile".
    adb shell oatdump --header-only \
        --boot-image=/system/framework/boot.art \
        --instruction-set=arm64 \
        --oat-file=/system/framework/oat/arm64/org.apache.http.legacy.boot.odex

Test: See above
Bug: 65552462
Bug: 18027885
Change-Id: If7d44ac2f6ee5b65ad3f3bdc68237c5b496f95a5
2 files changed