Loading libs/ui/tests/Android.bp +11 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,17 @@ cc_test { ], } cc_test { name: "DisplayIdentification_test", shared_libs: ["libui"], static_libs: ["libgmock"], srcs: ["DisplayIdentification_test.cpp"], cflags: [ "-Wall", "-Werror", ], } cc_test { name: "FlattenableHelpers_test", shared_libs: ["libui"], Loading Loading
libs/ui/tests/Android.bp +11 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,17 @@ cc_test { ], } cc_test { name: "DisplayIdentification_test", shared_libs: ["libui"], static_libs: ["libgmock"], srcs: ["DisplayIdentification_test.cpp"], cflags: [ "-Wall", "-Werror", ], } cc_test { name: "FlattenableHelpers_test", shared_libs: ["libui"], Loading