aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:24:21 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:24:21 +0000
commitcb6e806ca5c261a194ca1f6798c490a6b6f1aced (patch)
tree69d70cd6ca10fd75bc1beb7f2e27db81c08a4938
parente087e8d9c4d7edcd838002c8a427c9417c08d117 (diff)
parent266dae4948aa714201a4fec8cf1e04400a30a65e (diff)
downloadpiex-cb6e806ca5c261a194ca1f6798c490a6b6f1aced.tar.gz
Change-Id: I4a3ba81c29b8da8647a104327078b65bb89e848b
-rw-r--r--Android.bp2
-rw-r--r--OWNERS4
-rw-r--r--src/image_type_recognition/image_type_recognition_lite.cc2
3 files changed, 4 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 57045cf..0687b19 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,7 +51,7 @@ cc_library_static {
},
}
-cc_library {
+cc_library_shared {
name: "libpiex",
host_supported: true,
defaults: ["piex_default_cflags"],
diff --git a/OWNERS b/OWNERS
index 8743fba..589983a 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,2 +1,2 @@
-chongsu@google.com
-nchusid@google.com
+adaubert@google.com
+yujieqin@google.com
diff --git a/src/image_type_recognition/image_type_recognition_lite.cc b/src/image_type_recognition/image_type_recognition_lite.cc
index c56c1c0..e0c8491 100644
--- a/src/image_type_recognition/image_type_recognition_lite.cc
+++ b/src/image_type_recognition/image_type_recognition_lite.cc
@@ -149,7 +149,7 @@ class ArwTypeChecker : public TypeChecker {
public:
virtual RawImageTypes Type() const { return kArwImage; }
- virtual size_t RequestedSize() const { return 10000; }
+ virtual size_t RequestedSize() const { return 5000; }
// Check multiple points:
// 1. valid endianness at the beginning of the file;