Refactor common.jar
Move resources and com.android.util.Pair into layoutlib_api
where they belong since layoutlib depends on them and we need
to control the API.
Made a copy of Pair to stay in common.jar but moved it to
com.android.utils.Pair (the one in com.android.util.Pair is
marked as deprecated to prevent usage where applicable).
Also moved XmlUtil and PositionXmlParser to com.android.utils
to match Pair.
Change-Id: I21d7057d3f2ce604f86a3bb1fa3c130948c93b89
diff --git a/build/tools.atree b/build/tools.atree
index 893bd2a..e55b317 100644
--- a/build/tools.atree
+++ b/build/tools.atree
@@ -118,6 +118,7 @@
framework/lint_checks.jar tools/lib/lint_checks.jar
framework/manifmerger.jar tools/lib/manifmerger.jar
framework/dvlib.jar tools/lib/dvlib.jar
+framework/layoutlib_api.jar tools/lib/layoutlib_api.jar
# 3rd Party java libraries