androidbp: simplify translation by evaluating all expressions in Blueprint

Translation is getting complicated because the expressions supported
by Blueprint are difficult to support in Make.  Modify androidbp
to use context aware parsing so it can evaluate all expressions at
parse time, so it only needs to deal with constant values.

Change-Id: I57047645fb48475baecd0361f78a93ec0a26011e
diff --git a/Android.bp b/Android.bp
index 2a21d3d..8185a2c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -198,6 +198,7 @@
         "androidbp/cmd/androidbp_test.go",
     ],
     deps: [
+        "blueprint",
         "blueprint-parser",
     ],
 }