summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAdam Serbinski <adam@serbinski.com>2019-04-25 15:06:02 -0400
committerGary E. Miller <gem@rellim.com>2019-04-25 12:26:37 -0700
commit1f8e94bef120b0b96d3a4632366f828633de28b6 (patch)
tree49d8224214534a21597da6d97b9a39bcb5d52407 /Android.bp
parentdf9f1f4824e89f92058fd4126066b0982c861038 (diff)
downloadgpsd-1f8e94bef120b0b96d3a4632366f828633de28b6.tar.gz
Android: clean genrule for maskdump.c
Signed-off-by: Adam Serbinski <adam@serbinski.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 96c3a95f..e307e342 100644
--- a/Android.bp
+++ b/Android.bp
@@ -164,8 +164,7 @@ python_binary_host {
genrule {
name: "gps_maskdump_c",
tools: ["maskaudit"],
- cmd: "cp $(in)/gps.h ./; cp $(in)/gpsd.h ./;" +
- " $(location maskaudit) -c > $(out)",
+ cmd: "$(location maskaudit) -c $(in) > $(out)",
out: ["gps_maskdump.c"],
srcs: [""]
}