aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-10 15:38:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-10 15:38:30 +0000
commit5682ca788e94efb5df3d69dc3e355f6211a48176 (patch)
tree9e6689617c3898b299506cbf0dea820c812ddfbe
parent436914ff2a12a5ee57654fe6f26981bf68b45d3e (diff)
parent2f53520796c3179bb47ee324e2603cff127b464b (diff)
downloadcpython2-busytown-mac-infra-release.tar.gz
Snap for 11819167 from 2f53520796c3179bb47ee324e2603cff127b464b to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: Ibea2d63290190e8af54ae3996090694191df964e
-rw-r--r--Android.bp2
-rw-r--r--OWNERS2
2 files changed, 1 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index eed47c7d46..6d59c063cb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -311,7 +311,7 @@ cc_defaults {
],
},
host: {
- static_libs: ["libsqlite"],
+ static_libs: ["libsqlite_static_noicu"],
},
// Use shared libsqlite for device side, otherwise
// the executable size will be really huge.
diff --git a/OWNERS b/OWNERS
index 989d1654c4..00474387b6 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,6 +1,4 @@
# Default owners are top 3 or more active developers of the past 1 or 2 years
# or people with more than 10 commits last year.
# Please update this list if you find better owner candidates.
-nanzhang@google.com
dwillemsen@google.com
-chh@google.com