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

Commit 1fc6aec6 authored by Dan Shi's avatar Dan Shi Committed by Android (Google) Code Review
Browse files

Merge "Convert VtsHalGraphicsComposerV2_*TargetTest to be parameterized test"

parents 5642b311 ff746206
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ class Composer {
   public:
    Composer();
    explicit Composer(const std::string& name);
    explicit Composer(const sp<IComposer>& composer);

    sp<IComposer> getRaw() const;

@@ -67,9 +68,6 @@ class Composer {
    std::string dumpDebugInfo();
    std::unique_ptr<ComposerClient> createClient();

   protected:
    explicit Composer(const sp<IComposer>& composer);

   private:
    const sp<IComposer> mComposer;

+2 −1
Original line number Diff line number Diff line
@@ -42,5 +42,6 @@ cc_test {
    header_libs: [
        "android.hardware.graphics.composer@2.1-command-buffer",
    ],
    test_suites: ["general-tests"],
    disable_framework: true,
    test_suites: ["general-tests", "vts-core"],
}
+69 −88

File changed.

Preview size limit exceeded, changes collapsed.