Loading media/libstagefright/codec2/tests/Android.bp +31 −2 Original line number Diff line number Diff line cc_test { name: "codec2_param_test", tags: [ "tests", ], srcs: [ "C2Param_test.cpp", "vndk/C2UtilTest.cpp", ], include_dirs: [ "frameworks/av/media/libstagefright/codec2/include", "frameworks/av/media/libstagefright/codec2/vndk/include", ], // param tests must not depend on any codec2 libraries as all params should be templated shared_libs: [ ], static_libs: [ ], cflags: [ "-Werror", "-Wall", "-std=c++14", ], } cc_test { name: "codec2_test", Loading @@ -7,9 +38,7 @@ cc_test { srcs: [ "vndk/C2BufferTest.cpp", "vndk/C2UtilTest.cpp", "C2_test.cpp", "C2Param_test.cpp", ], include_dirs: [ Loading Loading
media/libstagefright/codec2/tests/Android.bp +31 −2 Original line number Diff line number Diff line cc_test { name: "codec2_param_test", tags: [ "tests", ], srcs: [ "C2Param_test.cpp", "vndk/C2UtilTest.cpp", ], include_dirs: [ "frameworks/av/media/libstagefright/codec2/include", "frameworks/av/media/libstagefright/codec2/vndk/include", ], // param tests must not depend on any codec2 libraries as all params should be templated shared_libs: [ ], static_libs: [ ], cflags: [ "-Werror", "-Wall", "-std=c++14", ], } cc_test { name: "codec2_test", Loading @@ -7,9 +38,7 @@ cc_test { srcs: [ "vndk/C2BufferTest.cpp", "vndk/C2UtilTest.cpp", "C2_test.cpp", "C2Param_test.cpp", ], include_dirs: [ Loading