Loading services/surfaceflinger/tests/unittests/Android.bp +7 −1 Original line number Diff line number Diff line // Copyright (C) 2018 The Android Open Source Project // Copyright 2018 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. Loading @@ -16,6 +16,12 @@ cc_test { name: "libsurfaceflinger_unittest", defaults: ["libsurfaceflinger_defaults"], test_suites: ["device-tests"], sanitize: { // Using the address sanitizer not only helps uncover issues in the code // covered by the tests, but also covers some of the tricky injection of // fakes the unit tests currently do. address: true, }, srcs: [ ":libsurfaceflinger_sources", "DisplayIdentificationTest.cpp", Loading Loading
services/surfaceflinger/tests/unittests/Android.bp +7 −1 Original line number Diff line number Diff line // Copyright (C) 2018 The Android Open Source Project // Copyright 2018 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. Loading @@ -16,6 +16,12 @@ cc_test { name: "libsurfaceflinger_unittest", defaults: ["libsurfaceflinger_defaults"], test_suites: ["device-tests"], sanitize: { // Using the address sanitizer not only helps uncover issues in the code // covered by the tests, but also covers some of the tricky injection of // fakes the unit tests currently do. address: true, }, srcs: [ ":libsurfaceflinger_sources", "DisplayIdentificationTest.cpp", Loading