aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-05-02 14:35:41 -0700
committerElliott Hughes <enh@google.com>2019-05-02 14:35:41 -0700
commiteb552b68bfa23fadeff500707a017e080067c659 (patch)
treea7edf44cba557b6af79eae4115f0cf0664ab7457 /Android.bp
parent625d86ad23fe686febbf43baee789b2ecca0151a (diff)
downloadelfutils-eb552b68bfa23fadeff500707a017e080067c659.tar.gz
libelf: restrict visibility.
Bug: http://b/19715557 Test: treehugger Change-Id: I271c3e055782e6e6401dfe0370b37e05e18f14ea
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b5916477..4e3a009f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -11,6 +11,7 @@ cc_library_static {
export_include_dirs: ["bionic-fixup"],
},
},
+ visibility: [":__subpackages__"],
}
subdirs = ["libelf"]