diff options
| author | Steven Moreland <smoreland@google.com> | 2019-09-05 21:08:25 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-09-05 21:08:25 -0700 |
| commit | 0ae3d12584aaebc1e7a3967350af43101ff581ca (patch) | |
| tree | 530205f296e2c536bdd636cdfcc3262c72dccfd7 | |
| parent | bed514f952fb38857defa42c747b6bc6911d8bb4 (diff) | |
| parent | b2194e2b4b57d0abe387f95d142a2c1134142985 (diff) | |
| download | platform_external_parameter-framework-0ae3d12584aaebc1e7a3967350af43101ff581ca.tar.gz platform_external_parameter-framework-0ae3d12584aaebc1e7a3967350af43101ff581ca.tar.bz2 platform_external_parameter-framework-0ae3d12584aaebc1e7a3967350af43101ff581ca.zip | |
Merge "sh_binary for 'updateRoutageDomains.sh'."
am: b2194e2b4b
Change-Id: I146585370eb23d63bc0e653083a5d74b795862dd
| -rw-r--r-- | Android.bp | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -405,13 +405,12 @@ python_library_host { }, } -cc_prebuilt_binary { +sh_binary { name: "updateRoutageDomains.sh", - defaults: ["pfw_defaults"], owner: "intel", host_supported: true, - srcs: ["upstream/tools/xmlGenerator/updateRoutageDomains.sh"], + src: "upstream/tools/xmlGenerator/updateRoutageDomains.sh", } filegroup { |
