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

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

Merge "Rename dep_api_srcs property" am: fefb5fa8

parents a473b41f fefb5fa8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ java_api_library {
        ":non-updatable-current.txt",
    ],
    defaults: ["android-non-updatable_from_text_defaults"],
    dep_api_srcs: "android_stubs_current.from-text",
    full_api_surface_stub: "android_stubs_current.from-text",
}

java_api_library {
@@ -391,7 +391,7 @@ java_api_library {
        ":non-updatable-system-current.txt",
    ],
    defaults: ["android-non-updatable_from_text_defaults"],
    dep_api_srcs: "android_system_stubs_current.from-text",
    full_api_surface_stub: "android_system_stubs_current.from-text",
}

java_api_library {
@@ -403,7 +403,7 @@ java_api_library {
        ":non-updatable-test-current.txt",
    ],
    defaults: ["android-non-updatable_from_text_defaults"],
    dep_api_srcs: "android_test_stubs_current.from-text",
    full_api_surface_stub: "android_test_stubs_current.from-text",
}

java_api_library {
@@ -415,7 +415,7 @@ java_api_library {
        ":non-updatable-module-lib-current.txt",
    ],
    defaults: ["android-non-updatable_from_text_defaults"],
    dep_api_srcs: "android_module_lib_stubs_current_full.from-text",
    full_api_surface_stub: "android_module_lib_stubs_current_full.from-text",
}

java_defaults {