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

Commit 8b7ea53d authored by Zi Wang's avatar Zi Wang
Browse files

Update test: true to mode: "test" in java_aconfig_library

Test: CI

Bug: 309990433
Change-Id: I6c54a4206770ccaba3feec9746d251ca6455228a
parent 371808bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ cc_aconfig_library {
    // overrides for flags, without having to link against a separate version of libinput or of this
    // library. Bundling this library directly into libinput prevents us from having to add this
    // library as a shared lib dependency everywhere where libinput is used.
    test: true,
    mode: "test",
    shared: {
        enabled: false,
    },
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ filegroup {
cc_aconfig_library {
    name: "libsurfaceflingerflags_test",
    aconfig_declarations: "surfaceflinger_flags",
    test: true,
    mode: "test",
}

cc_test {