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

Commit 38113e6b authored by Cole Faust's avatar Cole Faust Committed by Android (Google) Code Review
Browse files

Merge "List baseline_filename on modules that are implicitly using it" into main

parents 49f37870 596fe0f9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -148,6 +148,9 @@ filegroup {
java_library {
    name: "Slogf",
    srcs: ["core/java/com/android/server/utils/Slogf.java"],
    lint: {
        baseline_filename: "lint-baseline.xml",
    },
}

// merge all required services into one jar
@@ -220,6 +223,9 @@ java_library {
    required: [
        "libukey2_jni_shared",
    ],
    lint: {
        baseline_filename: "lint-baseline.xml",
    },

    // Uncomment to enable output of certain warnings (deprecated, unchecked)
    //javacflags: ["-Xlint"],
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ java_library_static {
    ],
    lint: {
        error_checks: ["MissingPermissionAnnotation"],
        baseline_filename: "lint-baseline.xml",
    },
    srcs: [
        ":services.accessibility-sources",
@@ -49,6 +50,9 @@ java_library_static {
    libs: [
        "androidx.annotation_annotation",
    ],
    lint: {
        baseline_filename: "lint-baseline.xml",
    },
}

aconfig_declarations {
+3 −0
Original line number Diff line number Diff line
@@ -19,4 +19,7 @@ java_library_static {
    defaults: ["platform_service_defaults"],
    srcs: [":services.print-sources"],
    libs: ["services.core"],
    lint: {
        baseline_filename: "lint-baseline.xml",
    },
}