Tweak CxxMessageQueue to work with unique_ptr

Differential Revision: D4560164

fbshipit-source-id: 8975157f5a14d5849365a9e35922a02ac6dc185b
This commit is contained in:
Marc Horowitz
2017-02-28 14:14:51 -08:00
committed by Facebook Github Bot
parent 406a4c04d3
commit 6bce498bbc
6 changed files with 61 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ if THIS_IS_FBANDROID:
srcs = TEST_SRCS,
compiler_flags = [
'-fexceptions',
'-std=c++1y',
],
deps = [
'//native/third-party/android-ndk:android',