aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-08-31 17:22:41 +0000
committerJames Farrell <jamesfarrell@google.com>2023-08-31 17:23:06 +0000
commit57d51f2bf6fb15c01f4f44bdbaf1d159222da016 (patch)
tree8f7a239fcbb86ba4d066644ff87ff8d43ee5f2ee /Android.bp
parent4d2f5cd0cde4ab04e3a4f71420f2f870286713d0 (diff)
downloadcpython3-57d51f2bf6fb15c01f4f44bdbaf1d159222da016.tar.gz
Add bz2 and elementtree modules.
Bug: 278602456 Change-Id: I4fd21c106f9c7eacad6bd131e8db7a1000fb06b6
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a549331830..594f47132f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -364,6 +364,7 @@ cc_defaults {
"libbase",
"libexpat",
"libz",
+ "libbz",
],
target: {
linux_glibc_x86_64: {
@@ -532,6 +533,7 @@ cc_library_static {
static_libs: [
"libexpat",
"libz",
+ "libbz",
],
target: {
android: {