commit | baa4899d386a79a23a85762e02c1c5e7faa53778 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jul 13 11:15:21 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Jul 14 09:07:56 2016 -0700 |
tree | 1dda201a320ece4b88790fb7418bba022d9bc552 | |
parent | 48cedda02a9874d59b2b3652d0427abce7fedaab [diff] [blame] |
Convert malloc_debug from Android.mk to Android.bp Change-Id: I60ad376d222a92a29263c2804dcd1bd0d3c383d0
diff --git a/libc/Android.bp b/libc/Android.bp index ba62592..7309bd8 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -2006,3 +2006,5 @@ defaults: ["crt_defaults"], } + +subdirs = ["malloc_debug"]