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

Commit 49e93948 authored by Jihoon Kang's avatar Jihoon Kang Committed by Automerger Merge Worker
Browse files

Merge "Add java_api_library equivalence of android-non-updatable.stubs" am:...

Merge "Add java_api_library equivalence of android-non-updatable.stubs" am: 5afdb66e am: 39d42ecb am: 768693bb am: 7f3e3527 am: 790c43b3 am: 3c7c2ab7

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2487335



Change-Id: I77a89ba4f4915cd6ee68171359fe3e2d454da208
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 36d1a2cf 3c7c2ab7
Loading
Loading
Loading
Loading
+51 −0
Original line number Diff line number Diff line
@@ -282,6 +282,57 @@ java_library {
    },
}

java_defaults {
    name: "non_updatable_api_library_defaults",
    static_libs: ["framework-res-package-jar"],
    libs: ["stub-annotations"],
}

java_api_library {
    name: "android-non-updatable.stubs.from-text",
    api_surface: "public",
    api_files: [
        ":non-updatable-current.txt",
    ],
    defaults: ["non_updatable_api_library_defaults"],
    dep_api_srcs: "android_stubs_current.from-text",
}

java_api_library {
    name: "android-non-updatable.stubs.system.from-text",
    api_surface: "system",
    api_files: [
        ":non-updatable-current.txt",
        ":non-updatable-system-current.txt",
    ],
    defaults: ["non_updatable_api_library_defaults"],
    dep_api_srcs: "android_system_stubs_current.from-text",
}

java_api_library {
    name: "android-non-updatable.stubs.test.from-text",
    api_surface: "test",
    api_files: [
        ":non-updatable-current.txt",
        ":non-updatable-system-current.txt",
        ":non-updatable-test-current.txt",
    ],
    defaults: ["non_updatable_api_library_defaults"],
    dep_api_srcs: "android_test_stubs_current.from-text",
}

java_api_library {
    name: "android-non-updatable.stubs.module_lib.from-text",
    api_surface: "module_lib",
    api_files: [
        ":non-updatable-current.txt",
        ":non-updatable-system-current.txt",
        ":non-updatable-module-lib-current.txt",
    ],
    defaults: ["non_updatable_api_library_defaults"],
    dep_api_srcs: "android_module_lib_stubs_current_full.from-text",
}

java_defaults {
    name: "android_stubs_dists_default",
    dist: {