aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-10-12 11:04:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 11:04:16 +0000
commit66c88f03c9ef2de2874a69e8eb6aa33ac33cef8f (patch)
tree4450142c68b092fb12b82ab64d58fd23b5529481
parentb0e483b2a77ca312b2bf1b978295abd526739a1e (diff)
parentff803161356eee9c2a783a4af83b0b11e5c131f8 (diff)
downloadshflags-66c88f03c9ef2de2874a69e8eb6aa33ac33cef8f.tar.gz
Use sh_binary_host for the shflags shell script. am: 922f738474 am: 92abceda54 am: 8d70be281b am: ff80316135
Original change: https://android-review.googlesource.com/c/platform/external/shflags/+/1447017 Change-Id: Ic76070d5a2d6e43a2d9b9c01f96ccce25e91c0c3
-rw-r--r--Android.bp10
1 files changed, 3 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index 60ee318..5b0b6f9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,12 +14,8 @@
// limitations under the License.
//
-cc_prebuilt_binary {
+sh_binary_host {
name: "shflags",
- device_supported: false,
- host_supported: true,
-
- srcs: ["shflags"],
-
- relative_install_path: "lib/shflags",
+ src: "shflags",
+ sub_dir: "lib/shflags",
}