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

Commit b6a17aaa authored by Adam Pardyl's avatar Adam Pardyl Committed by Android (Google) Code Review
Browse files

Merge "Fix a workaround for "required" property bug."

parents 3a2b7bb7 5020703b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -234,6 +234,11 @@ java_defaults {
            "wifi/java",
        ],
    },

    required: [
        // TODO: remove gps_debug when the build system propagates "required" properly.
        "gps_debug.conf",
    ],
}

// Collection of classes that are generated from non-Java files that are not listed in
@@ -307,11 +312,6 @@ java_defaults {

    static_libs: ["framework-internal-utils"],

    required: [
        // TODO: remove gps_debug when the build system propagates "required" properly.
        "gps_debug.conf",
    ],

    dxflags: [
        "--core-library",
        "--multi-dex",