compliance package policy and resolves

package to read, consume, and analyze license metadata and dependency
graph.

Bug: 68860345
Bug: 151177513
Bug: 151953481

Change-Id: Ic08406fa2250a08ad26f2167d934f841c95d9148
diff --git a/tools/compliance/Android.bp b/tools/compliance/Android.bp
index 648bc9a..e56a471 100644
--- a/tools/compliance/Android.bp
+++ b/tools/compliance/Android.bp
@@ -24,6 +24,14 @@
         "condition.go",
         "conditionset.go",
         "graph.go",
+        "policy/policy.go",
+        "policy/resolve.go",
+        "policy/resolvenotices.go",
+        "policy/resolveshare.go",
+        "policy/resolveprivacy.go",
+        "policy/shareprivacyconflicts.go",
+        "policy/shipped.go",
+        "policy/walk.go",
         "readgraph.go",
         "resolution.go",
         "resolutionset.go",
@@ -32,6 +40,14 @@
         "condition_test.go",
         "conditionset_test.go",
         "readgraph_test.go",
+        "policy/policy_test.go",
+        "policy/resolve_test.go",
+        "policy/resolvenotices_test.go",
+        "policy/resolveshare_test.go",
+        "policy/resolveprivacy_test.go",
+        "policy/shareprivacyconflicts_test.go",
+        "policy/shipped_test.go",
+        "policy/walk_test.go",
         "resolutionset_test.go",
         "test_util.go",
     ],