summaryrefslogtreecommitdiff
path: root/ioblame
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-03-28 10:37:19 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-28 10:37:19 -0700
commit61962565ec768372867df51c6526103cced5523a (patch)
tree55fd7550a1b09ff31e8d21aa859dc6ddaf6b54a9 /ioblame
parentff20d16de77dd4715fe48845b54855f28ba50739 (diff)
parent07bcf1a5c3e29564047de2b0d72b2c80cebb0176 (diff)
downloadextras-61962565ec768372867df51c6526103cced5523a.tar.gz
Merge "Convert more of system/extras to Android.bp" am: 0a35afacda am: 03cc6a3537
am: 07bcf1a5c3 Change-Id: Iaff58bceea0b9f344cef8422211be668803fd374
Diffstat (limited to 'ioblame')
-rw-r--r--ioblame/Android.bp5
-rw-r--r--ioblame/Android.mk5
2 files changed, 5 insertions, 5 deletions
diff --git a/ioblame/Android.bp b/ioblame/Android.bp
new file mode 100644
index 00000000..4b0fa711
--- /dev/null
+++ b/ioblame/Android.bp
@@ -0,0 +1,5 @@
+sh_binary_host {
+ name: "ioblame",
+ src: "ioblame.sh",
+ filename_from_src: true,
+}
diff --git a/ioblame/Android.mk b/ioblame/Android.mk
deleted file mode 100644
index 9f981b04..00000000
--- a/ioblame/Android.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-
-include $(CLEAR_VARS)
-LOCAL_PREBUILT_EXECUTABLES := ioblame.sh
-include $(BUILD_HOST_PREBUILT)