aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-10-12 09:55:12 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 09:55:12 +0000
commit8d70be281b3e2a21cd95e7a430b9619e1c89412e (patch)
tree4450142c68b092fb12b82ab64d58fd23b5529481
parent32260528c6f69472d26f87e02d33df7845f8293a (diff)
parent92abceda547882a1ffae467fd80f19d4ae8d0072 (diff)
downloadshflags-8d70be281b3e2a21cd95e7a430b9619e1c89412e.tar.gz
Use sh_binary_host for the shflags shell script. am: 922f738474 am: 92abceda54
Original change: https://android-review.googlesource.com/c/platform/external/shflags/+/1447017 Change-Id: I260c9d41bfb9a1e978261f0e3a632b275311bea1
-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",
}