aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xAndroid.bp13
-rw-r--r--OWNERS1
-rw-r--r--README.version4
3 files changed, 7 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index 8390a3d..c36085a 100755
--- a/Android.bp
+++ b/Android.bp
@@ -13,19 +13,10 @@
// limitations under the License.
//
-cc_library_static {
+cc_library {
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",
@@ -54,7 +45,7 @@ cc_binary {
enabled: true,
},
},
- static_libs: ["libbrotli"],
+ shared_libs: ["libbrotli"],
}
//
diff --git a/OWNERS b/OWNERS
index 7cbdceb..43d1bd3 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,4 +1,5 @@
deymo@google.com
enh@google.com
senj@google.com
+tbao@google.com
xunchang@google.com
diff --git a/README.version b/README.version
new file mode 100644
index 0000000..c99eb32
--- /dev/null
+++ b/README.version
@@ -0,0 +1,4 @@
+URL: https://github.com/google/brotli.git
+Version: 5b4769990dc14a2bd466d2599c946c5652cba4b2
+BugComponent: 119451
+Owners: enh, android-janitors