summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-10-06 05:47:02 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-06 05:47:02 +0000
commit3b774d5a849dadcb02d3a84d6a129a7d1656c8f6 (patch)
treef499ad85dc5598c95516cbade2660aa2be1db300
parente0b343fb015f9bcb676eb182fd8a1b9d0d830dc6 (diff)
parent7d818276bfa932ae64e38ccf9604047ac3e9460e (diff)
downloadcuttlefish_kernel-3b774d5a849dadcb02d3a84d6a129a7d1656c8f6.tar.gz
Merge "extract-vmlinux is build as sh_binary_host" am: 7d818276bf
Original change: https://android-review.googlesource.com/c/device/google/cuttlefish_kernel/+/1440892 Change-Id: Iba9546c50eb1647d2accdf1230657e398590eec7
-rw-r--r--Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 3e72fa9..0d86be0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,8 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-cc_prebuilt_binary {
+sh_binary_host {
name: "extract-vmlinux",
- srcs: ["scripts/extract-vmlinux"],
- defaults: ["cuttlefish_host_only"],
+ src: "scripts/extract-vmlinux",
}