xref: /aosp_15_r20/prebuilts/sdk/opt/wear/Android.bp (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5/**
6 * Note that the prebuilt APIs are added/updated automatically by
7 * running the update script at:
8 * vendor/google_clockwork/sdk/scripts/update-wear-sdk-prebuilts.sh
9 *
10 * The prebuilt_apis module provides a number of generated, prebuilt
11 * artifacts including:
12 *
13 * wear-sdk.api.<scope>.<version>
14 *
15 * where scope is one of public, system or test
16 *
17 * and version can either be a specific wear version specified by
18 * a platform SDK/QPR version scheme, e.g.
19 *
20 * wear-sdk.api.public.33.1
21 *
22 * or wear-sdk.api.public.latest to use the latest available version
23 *
24 */
25prebuilt_apis {
26    name: "wear-sdk-prebuilts",
27    allow_incremental_platform_api: true,
28    api_dirs: [
29        "33.0", // no release, empty
30        "33.1",
31        "33.2",
32        "33.3",
33        "33.4",
34        "34.1",
35        "35.1",
36        "current",
37    ],
38}
39
40droiddoc_exported_dir {
41    name: "wear-sdk-dir",
42    path: ".",
43}
44