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

Commit 1dc50630 authored by Colin Cross's avatar Colin Cross
Browse files

Update list of output files in vr_window_manager hidl genrule

The output files in the android.dvr.composer@1.0_genc++_headers rule
is not correct, which causes ninja to rebuild the rule on every
incremental build.  Fix the list of files to match what is actually
created.

Bug: 33554989
Bug: 35562758
Test: builds, but doesn't rebuild on every incremental build
Change-Id: I2938ad02b8feade4de6d8a5cc969f37e793e93a8
parent 158f9a34
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -28,20 +28,20 @@ genrule {
    out: [
        "android/dvr/composer/1.0/IVrComposerClient.h",
        "android/dvr/composer/1.0/IHwVrComposerClient.h",
        "android/dvr/composer/1.0/BnVrComposerClient.h",
        "android/dvr/composer/1.0/BpVrComposerClient.h",
        "android/dvr/composer/1.0/BnHwVrComposerClient.h",
        "android/dvr/composer/1.0/BpHwVrComposerClient.h",
        "android/dvr/composer/1.0/BsVrComposerClient.h",

        "android/dvr/composer/1.0/IVrComposerView.h",
        "android/dvr/composer/1.0/IHwVrComposerView.h",
        "android/dvr/composer/1.0/BnVrComposerView.h",
        "android/dvr/composer/1.0/BpVrComposerView.h",
        "android/dvr/composer/1.0/BnHwVrComposerView.h",
        "android/dvr/composer/1.0/BpHwVrComposerView.h",
        "android/dvr/composer/1.0/BsVrComposerView.h",

        "android/dvr/composer/1.0/IVrComposerCallback.h",
        "android/dvr/composer/1.0/IHwVrComposerCallback.h",
        "android/dvr/composer/1.0/BnVrComposerCallback.h",
        "android/dvr/composer/1.0/BpVrComposerCallback.h",
        "android/dvr/composer/1.0/BnHwVrComposerCallback.h",
        "android/dvr/composer/1.0/BpHwVrComposerCallback.h",
        "android/dvr/composer/1.0/BsVrComposerCallback.h",
    ],
}