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

Commit 2cadb1b4 authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Make module apis dist their output" into rvc-dev am: dafce4c4 am:...

Merge "Make module apis dist their output" into rvc-dev am: dafce4c4 am: eac8526c am: ce334a09

Change-Id: I62b88a22cd34ff0ebee91230d4af39e245ae5da9
parents f73adb51 ce334a09
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -60,6 +60,10 @@ stubs_defaults {
            removed_api_file: "api/removed.txt",
        },
    },
    dist: {
        targets: ["sdk", "win_sdk"],
        dir: "apistubs/android/public/api",
    },
}

stubs_defaults {
@@ -74,6 +78,10 @@ stubs_defaults {
            removed_api_file: "api/system-removed.txt",
        },
    },
    dist: {
        targets: ["sdk", "win_sdk"],
        dir: "apistubs/android/system/api",
    },
}

// The defaults for module_libs comes in two parts - defaults for API checks
@@ -93,6 +101,10 @@ stubs_defaults {
            removed_api_file: "api/module-lib-removed.txt",
        },
    },
    dist: {
        targets: ["sdk", "win_sdk"],
        dir: "apistubs/android/module-lib/api",
    },
}

stubs_defaults {
@@ -113,6 +125,10 @@ stubs_defaults {
            removed_api_file: "api/removed.txt",
        },
    },
    dist: {
        targets: ["sdk", "win_sdk"],
        dir: "apistubs/android/system-server/api",
    },
}

// Empty for now, but a convenient place to add rules for all