libavc/test
Elliott Hughes 724246bc74 Fix macOS build.
There's no <malloc.h> on Darwin. Normally I'd say "prefer <stdlib.h>",
but in this case it looks like the code actually uses memalign. There
is no memalign on Darwin. You'll need to switch to posix_memalign if
you actually care about building this.

For now, the easiest is to just exclude macOS.

Test: treehugger
Change-Id: Id8a11cd141f5c4bd30ce95b61ac64759e17732fc
2019-09-08 13:20:07 -07:00
..
decoder DO NOT MERGE Decoder: Added support for exporting VUI params 2016-07-11 22:21:03 +00:00
encoder Merge "encoder: Fix warnings in host build" 2019-08-16 12:20:44 -07:00
Android.bp Fix macOS build. 2019-09-08 13:20:07 -07:00