Move language pak files to assets.
Language pak files were moved to res/raw when split apks was being implemented.
Moving them to assets with a java constant keeping track of pak file locations
will improve lookup time and save some space (no more xml files and
resources.arsc).
BUG=
529604
Committed:
https://crrev.com/34ae27889dd8c8ffd5f5ca8c7bc10c17e57c12e2
Cr-Commit-Position: refs/heads/master@{#420641}