summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp10
1 files changed, 4 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index e081b51..a2e72ba 100644
--- a/Android.bp
+++ b/Android.bp
@@ -501,22 +501,20 @@ python_binary_host {
],
}
-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",
}
//////////////////////////////////////////////////