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

Commit a281e926 authored by Paul Duffin's avatar Paul Duffin
Browse files

Use art-notices-for-framework-stubs-jar instead of filegroup

Bug: 142935992
Test: m droid
      manually check android_stubs_current contains the notices
Change-Id: I55a231ff8325d3ba67bf7ccdee720d450a8ebae4
parent 8044ce1b
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -228,16 +228,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,