aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",
}