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

Commit c4b72cd7 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Use stub-annotations to provide NonNull for hwbinder-stubs-docs"

parents ef226d7a 4ea5318b
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -422,10 +422,6 @@ droidstubs {
    name: "hwbinder-stubs-docs",
    srcs: [
        "core/java/android/os/HidlSupport.java",
        "core/java/android/annotation/IntDef.java",
        "core/java/android/annotation/IntRange.java",
        "core/java/android/annotation/NonNull.java",
        "core/java/android/annotation/SystemApi.java",
        "core/java/android/os/HidlMemory.java",
        "core/java/android/os/HwBinder.java",
        "core/java/android/os/HwBlob.java",
@@ -451,6 +447,7 @@ droidstubs {
java_library_static {
    name: "hwbinder.stubs",
    sdk_version: "core_current",
    libs: ["stub-annotations"],
    srcs: [
        ":hwbinder-stubs-docs",
    ],