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

Commit 3d2bab13 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use art-notices-for-framework-stubs-jar instead of filegroup" am: 23d37487 am: 67b9d32a

Change-Id: Ia0088c440e9ccfe8f2fcded53aebe08c7a8c1beb
parents b41ac91c 67b9d32a
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -255,16 +255,18 @@ droidstubs {
java_defaults {
    name: "framework-stubs-default",
    libs: [ "stub-annotations" ],
    static_libs: [ "private-stub-annotations-jar" ],
    static_libs: [
        "private-stub-annotations-jar",

        // License notices from art module
        "art-notices-for-framework-stubs-jar",
    ],
    sdk_version: "core_current",
    errorprone: {
        javacflags: [
            "-XepDisableAllChecks",
        ],
    },
    java_resources: [
        ":notices-for-framework-stubs",
    ],
    system_modules: "none",
    java_version: "1.8",
    compile_dex: true,