aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-01-10 14:02:46 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-10 14:02:46 -0800
commitbd93891e7a4d08bfcab0d74ef278b94b29103580 (patch)
treeb9f44455347b052718d6676d398fa4c0512c6ac3
parent8c8f0bb4662076c4acab2123bd8de180f9f8ecaf (diff)
parent96459324c3f633af4b35c29a16ac25aeb7894a7d (diff)
downloadcpython2-bd93891e7a4d08bfcab0d74ef278b94b29103580.tar.gz
Add liblog as a dependency where libbase is used.
am: 96459324c3 Change-Id: I4908b0beefacae95de8a3cf9632e97be63308ed8
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b4dfd13f2a..11a2ab684e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -235,6 +235,7 @@ cc_defaults {
"libbase",
"libcrypto_static",
"libexpat",
+ "liblog",
"libssl",
"libz",
],