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

Commit 6ba70a44 authored by Jeff Pu's avatar Jeff Pu
Browse files

Enable framework during vts test

Revert part of recent CL (ag/31450333) which disables framework during vts test.
Somehow, this change breaks the trunk_food builds (but not trunk_staging builds).

Bug: 392959742
Test: atest VtsHalBiometricsFingerprintTargetTest (trunk-food builds)
Test: atest VtsHalBiometricsFaceTargetTest (trunk-good builds)

Change-Id: I9bd12ff009517af3043a5192297e205ac70ecd3c
parent 865589a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,5 +28,5 @@ cc_test {
        "general-tests",
        "vts",
    ],
    disable_framework: true,
    disable_framework: false,
}
+1 −1
Original line number Diff line number Diff line
@@ -27,5 +27,5 @@ cc_test {
        "general-tests",
        "vts",
    ],
    disable_framework: true,
    disable_framework: false,
}