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

Commit 7cbb5374 authored by Zi Wang's avatar Zi Wang Committed by Android (Google) Code Review
Browse files

Merge "Update test: true to mode: "test" in java_aconfig_library" into main

parents 7a6a1fd1 8b7ea53d
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 {