Snap for 8782634 from 9faaf7612a5461850c682f36474ee20189d0354c to sdk-release

Change-Id: I6ecc90c61c53a6b13b05f0669878c68e3b6e9332
diff --git a/Android.bp b/Android.bp
index e081b51..a2e72ba 100644
--- a/Android.bp
+++ b/Android.bp
@@ -501,22 +501,20 @@
     ],
 }
 
-cc_prebuilt_binary {
+sh_binary {
     name: "domainGenerator.sh",
-    defaults: ["pfw_defaults"],
     owner: "intel",
 
     host_supported: true,
-    srcs: ["upstream/tools/xmlGenerator/domainGenerator.sh"],
+    src: "upstream/tools/xmlGenerator/domainGenerator.sh",
 }
 
-cc_prebuilt_binary {
+sh_binary {
     name: "lightRoutingUpdate.sh",
-    defaults: ["pfw_defaults"],
     owner: "intel",
 
     host_supported: true,
-    srcs: ["upstream/tools/xmlGenerator/lightRoutingUpdate.sh"],
+    src: "upstream/tools/xmlGenerator/lightRoutingUpdate.sh",
 }
 
 //////////////////////////////////////////////////