aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-03-07 16:22:25 -0800
committerColin Cross <ccross@android.com>2016-03-24 15:44:32 -0700
commit1d84ae7a8318a6585174d6c787473f70bf54741d (patch)
tree7c6c9d201c32902abdf6a7c795ee30fd60ac1fde
parent41f26cb76e613b86053d2c87d1ca5a04d0b46d70 (diff)
downloadjemalloc-1d84ae7a8318a6585174d6c787473f70bf54741d.tar.gz
Update Android.bp for 4.1.0 update.
Change-Id: Ifa9bb8f2e68393023634283f68e57b1779485e16 (cherry picked from commit ec006d884d5d219a070fec8df56a233ed524ff94)
-rw-r--r--Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1980fb5..18a1e6a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -106,12 +106,15 @@ lib_src_files = [
"src/jemalloc.c",
"src/mb.c",
"src/mutex.c",
+ "src/nstime.c",
"src/pages.c",
+ "src/prng.c",
"src/prof.c",
"src/quarantine.c",
"src/rtree.c",
"src/stats.c",
"src/tcache.c",
+ "src/ticker.c",
"src/tsd.c",
"src/util.c",
]
@@ -190,6 +193,7 @@ unit_tests = [
"test/unit/atomic.c",
"test/unit/bitmap.c",
"test/unit/ckh.c",
+ "test/unit/decay.c",
"test/unit/hash.c",
"test/unit/junk.c",
"test/unit/junk_alloc.c",
@@ -199,6 +203,8 @@ unit_tests = [
"test/unit/math.c",
"test/unit/mq.c",
"test/unit/mtx.c",
+ "test/unit/nstime.c",
+ "test/unit/prng.c",
"test/unit/prof_accum.c",
"test/unit/prof_active.c",
"test/unit/prof_gdump.c",
@@ -210,9 +216,12 @@ unit_tests = [
"test/unit/quarantine.c",
"test/unit/rb.c",
"test/unit/rtree.c",
+ "test/unit/run_quantize.c",
"test/unit/SFMT.c",
"test/unit/size_classes.c",
+ "test/unit/smoothstep.c",
"test/unit/stats.c",
+ "test/unit/ticker.c",
"test/unit/tsd.c",
"test/unit/util.c",
"test/unit/zero.c",