aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rwxr-xr-xAndroid.bp12
1 files changed, 10 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index f5551db..8390a3d 100755
--- a/Android.bp
+++ b/Android.bp
@@ -13,11 +13,19 @@
// limitations under the License.
//
-cc_library {
+cc_library_static {
name: "libbrotli",
host_supported: true,
vendor_available: true,
recovery_available: true,
+
+ visibility: [
+ "//bootable/recovery:__subpackages__",
+ "//external/bsdiff:__subpackages__",
+ "//external/puffin:__subpackages__",
+ "//system/update_engine:__subpackages__",
+ ],
+
cflags: [
"-Werror",
"-O2",
@@ -46,7 +54,7 @@ cc_binary {
enabled: true,
},
},
- shared_libs: ["libbrotli"],
+ static_libs: ["libbrotli"],
}
//