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

Commit 458e53e8 authored by ramindani's avatar ramindani Committed by Ram Indani
Browse files

Update the test directory structure

vts is moved from aidl/android/ to aidl/vts
functional, include & composer-vts directory is removed as well.

BUG: 220171967
Test: atest VtsHalGraphicsComposer3_TargetTest
Change-Id: I6cafbbd99374308a1cc06e27cc590e70618f7075
parent bfcec89a
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