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

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

Merge "Use framework-annotation-libs for hwbinder-stubs-docs"

parents 1ac46f93 037d7fb4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -434,6 +434,7 @@ droidstubs {
        "core/java/android/os/RemoteException.java",
        "core/java/android/util/AndroidException.java",
    ],
    libs: ["framework-annotations-lib"],
    installable: false,
    sdk_version: "core_platform",
    annotations_enabled: true,
@@ -447,7 +448,7 @@ droidstubs {
java_library_static {
    name: "hwbinder.stubs",
    sdk_version: "core_current",
    libs: ["stub-annotations"],
    libs: ["framework-annotations-lib"],
    srcs: [
        ":hwbinder-stubs-docs",
    ],