summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-10-18 15:17:22 -0700
committerColin Cross <ccross@android.com>2019-10-18 15:17:22 -0700
commitca4418ffaca48d2e85d330a3cd203e4df162f083 (patch)
treee3c811e1bd79482c6e759ae13bc6542478c2f19a /Android.bp
parentb5100180a5ed81a8b005035ad411ecc86837fdfd (diff)
downloadloganalysis-ca4418ffaca48d2e85d330a3cd203e4df162f083.tar.gz
Remove custom installation rules
Move the custom installation rules into Soong by using the new tradefed_java_libray_host module type. Bug: 122332571 Bug: 141877526 Test: m tradefed Change-Id: Icd8ca93a733a9d804cefb43bc5f3dc4b10cf658e
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index f7055c4..bac19f5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-java_library_host {
+tradefed_java_library_host {
name: "loganalysis",
defaults: [ "tradefed_defaults" ],