Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 383865ab authored by ramindani's avatar ramindani Committed by Presubmit Automerger Backend
Browse files

[automerge] Update the test directory structure 2p: 458e53e8

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/16988751

Bug: 220171967
Change-Id: I7fe7b4e3cc2857918e218804981c20d634acb513
parents 374c80a6 458e53e8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -34,10 +34,10 @@ cc_test {
    srcs: [
        "VtsHalGraphicsComposer3_TargetTest.cpp",
        "VtsHalGraphicsComposer3_ReadbackTest.cpp",
        "composer-vts/GraphicsComposerCallback.cpp",
        "composer-vts/ReadbackVts.cpp",
        "composer-vts/RenderEngineVts.cpp",
        "composer-vts/VtsComposerClient.cpp",
        "GraphicsComposerCallback.cpp",
        "ReadbackVts.cpp",
        "RenderEngineVts.cpp",
        "VtsComposerClient.cpp",
    ],

    shared_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#include "include/GraphicsComposerCallback.h"
#include "GraphicsComposerCallback.h"
#include <log/log_main.h>
#include <utils/Timers.h>

Loading