Extract jar-sorting to be accessible to soong_zip

Bug: 64536066
Test: m -j # which runs unit tests
Change-Id: I4830bd331c9dab0b1d300a18aefaf25a6af4cfdc
This commit is contained in:
Jeff Gaston
2017-08-21 20:13:28 -07:00
parent c5eb66d16b
commit 01547b23d2
5 changed files with 84 additions and 32 deletions

View File

@@ -4,6 +4,7 @@ subdirs = [
"cmd/*",
"fs",
"finder",
"jar",
"third_party/zip",
"ui/*",
]