From e6ca3ff930bf29edf569956ad0223f69c8157ce6 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Mon, 17 Mar 2025 20:57:34 -0700 Subject: Remove host script(list_image) the script is not used anywhere. But: 399476012 Test: presubmit (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:bd1dda557e59e42da277da48db1181159889382d) Merged-In: I73b6b961e5b63fa01f926419aea42a6e2cfc1413 Change-Id: I73b6b961e5b63fa01f926419aea42a6e2cfc1413 --- scripts/Android.bp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts/Android.bp') diff --git a/scripts/Android.bp b/scripts/Android.bp index c0e13d52f..b6cac32f3 100644 --- a/scripts/Android.bp +++ b/scripts/Android.bp @@ -254,11 +254,6 @@ python_binary_host { ], } -sh_binary_host { - name: "list_image", - src: "list_image.sh", -} - filegroup { name: "rustfmt.toml", srcs: ["rustfmt.toml"], -- cgit v1.2.3-59-g8ed1b