Hi, all
Currently I am involved in an android project, but I am new to android. I 
am trying to build a benchmark for memory management.
It's kind of strange to me that there is no build scripts to build 
external/scudo/standalone/benchmarks/malloc_benchmark.cpp under android 
source tree. right now i just want to build this benchmark, and i added a 
target in external/scudo/Android.bp:
cc_benchmark {
    name: "scudo-benchmarks",
    defaults: ["libscudo_defautls"],
    srcs: ["standalone/benchmarks/malloc_benchmark.cpp"],
    include_dirs: ["external/scudo/standalone"],
    stl: "libc++_static",
    static_libs: [
        "libbase",
        "liblog",
        "libscudo",
        "libgoogle-benchmark",
    ],
}
but i get the following errors while do the compile:
module scudo-benchmarks: missing dependencies: libgoogle-benchmark:android, 
zimage:ramdisk, arch:arm64.....
what is the problem there, could anybody give me some directions to build 
external/scudo/standalone/benchmarks/malloc_benchmark.cpp?

thank you!

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/0e8ca661-d761-4b02-a009-14930e6d671en%40googlegroups.com.

Reply via email to