[android-building] [Android 11] possible to use jemalloc instead of scudo?

2021-02-15 Thread jrw
Hello, i'm building some internal test binarys on android 11 with an in-tree build with soong and it seem's that the new scudo memory allocator sigaborts due to some "suspicious" behaviour in the heap (was running fine on Android 10). From the documentation [1] i got that "low-memory devices

Re: [android-building] Android Build Teststub -- Linker failed "undefined symbol" Android.bp // maybe missing an include path?

2020-03-31 Thread jrw
no wonder the symbol isn't found. thanks for the fast response! -- -- 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

Re: [android-building] [Android 10] AOSP LibFuzzer example (soong) build problems.

2020-03-28 Thread jrw
Thanks for your response Dan, i switched to the master branch and it's working now. Thanks a lot ! Hannes -- -- 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

[android-building] [Android 10] AOSP LibFuzzer example (soong) build problems.

2020-03-26 Thread jrw
Hello, (i also postet this in the libfuzzer google group but maybe you guys might be able to help) i'm trying to implement a fuzzer described in [1]. When i follow the directions and try to compile the fuzzer, i get the Error that soong does not know the module reference "cc_fuzz" which is