aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-10-21 06:31:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-10-21 06:31:13 +0000
commitde6b0d564fd9ff1f2de02f1a75f961e48815634e (patch)
tree6bd415a59a76f53027019a648584187a03033f4e
parent7f73b59d630edddf3ad259f7f2babce6bb16d1c6 (diff)
parent33b62378a79fb799d1f1615cbb805bea5bc70bb3 (diff)
downloadbzip2-de6b0d564fd9ff1f2de02f1a75f961e48815634e.tar.gz
Snap for 5954522 from 33b62378a79fb799d1f1615cbb805bea5bc70bb3 to rvc-release
Change-Id: I94089384933e6e92b64dcfa89fc4964f569309ca
-rw-r--r--Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e7bff8e..21d7bfa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,11 +12,17 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-cc_library {
+cc_library_static {
name: "libbz",
host_supported: true,
vendor_available: true,
recovery_available: true,
+ visibility: [
+ "//bootable/recovery:__subpackages__",
+ "//external/bsdiff:__subpackages__",
+ "//external/puffin:__subpackages__",
+ "//system/update_engine:__subpackages__",
+ ],
arch: {
arm: {
// measurements show that the ARM version of ZLib is about x1.17 faster