From 36e0d0b0645c966398bac5e46305e5cb111b9dd4 Mon Sep 17 00:00:00 2001 From: Nelson Li Date: Thu, 18 Jan 2024 06:08:18 +0000 Subject: Make the dexdump available for use by the /vendor tests The transition from Make to Soong is in progress for `gts-test`, and `dexdump` is a necessary tool for `GtsNetUnofficialApisUsageTestCases`. Bug: 312320908 Test: Add dexdump to the Android.bp Change-Id: I435dc65df1f65fae6d45bef3a0da9eceb38ac839 --- dexdump/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dexdump/Android.bp') diff --git a/dexdump/Android.bp b/dexdump/Android.bp index da43fbe4f1..bf345a3b39 100644 --- a/dexdump/Android.bp +++ b/dexdump/Android.bp @@ -34,7 +34,10 @@ cc_defaults { art_cc_binary { name: "dexdump", defaults: ["dexdump_defaults"], - visibility: ["//development/build"], + visibility: [ + "//development/build", + "//vendor:__subpackages__", + ], host_supported: true, target: { android: { -- cgit v1.2.3-59-g8ed1b