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

Commit 03b48e3f authored by Anton Hansson's avatar Anton Hansson
Browse files

Remove removed-dex-api generation

Nothing uses these outputs anymore. The compat tools have been
migrated to use a new file in I082d18fc2b8a57ea8c5941d5c955a7970ab9d860.

Bug: 158465496
Test: presubmit
Change-Id: I51a1f3f5e43092f5431358d705379cc33b60b835
parent 02ca5fcb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -118,7 +118,6 @@ stubs_defaults {
droidstubs {
    name: "api-stubs-docs",
    defaults: ["metalava-full-api-stubs-default"],
    removed_dex_api_filename: "removed-dex.txt",
    arg_files: [
        "core/res/AndroidManifest.xml",
    ],
@@ -179,7 +178,6 @@ module_libs = " " +
droidstubs {
    name: "system-api-stubs-docs",
    defaults: ["metalava-full-api-stubs-default"],
    removed_dex_api_filename: "system-removed-dex.txt",
    arg_files: [
        "core/res/AndroidManifest.xml",
    ],