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

Commit 3ac6c96b authored by Logan Chien's avatar Logan Chien
Browse files

Reformat Android.bp file

This commit replaces `=` with `:`, which is more idiomatic.  Besides,
this commit adds a comma to the end of list and cleans some whitespaces.

Test: walleye-userdebug builds
Change-Id: I170f868752510943ed2bcf307fe12ee062bc1a69
parent 1eb1ef28
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -73,8 +73,8 @@ cc_defaults {
cc_library_headers {
    name: "libsurfaceflinger_headers",
    export_include_dirs: ["."],
    static_libs = ["libserviceutils"],
    export_static_lib_headers = ["libserviceutils"],
    static_libs: ["libserviceutils"],
    export_static_lib_headers: ["libserviceutils"],
}

filegroup {
+4 −4
Original line number Diff line number Diff line
@@ -21,9 +21,9 @@ cc_test {
    shared_libs: [
        "libutils",
    ],
    static_libs = [
    static_libs: [
        "libgmock",
        "libserviceutils"
        "libserviceutils",
    ],
    clang: true,
}