xref: /aosp_15_r20/prebuilts/sdk/current/extras/material-design/Android.bp (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1*344a7f5eSAndroid Build Coastguard Workerpackage {
2*344a7f5eSAndroid Build Coastguard Worker    // See: http://go/android-license-faq
3*344a7f5eSAndroid Build Coastguard Worker    // A large-scale-change added 'default_applicable_licenses' to import
4*344a7f5eSAndroid Build Coastguard Worker    // all of the 'license_kinds' from "prebuilts_sdk_license"
5*344a7f5eSAndroid Build Coastguard Worker    // to get the below license kinds:
6*344a7f5eSAndroid Build Coastguard Worker    //   SPDX-license-identifier-Apache-2.0
7*344a7f5eSAndroid Build Coastguard Worker    default_applicable_licenses: ["prebuilts_sdk_license"],
8*344a7f5eSAndroid Build Coastguard Worker}
9*344a7f5eSAndroid Build Coastguard Worker
10*344a7f5eSAndroid Build Coastguard Workerandroid_library_import {
11*344a7f5eSAndroid Build Coastguard Worker    name: "android-support-design-nodeps",
12*344a7f5eSAndroid Build Coastguard Worker    aars: ["design/com/android/support/design/28.0.0/design-28.0.0.aar"],
13*344a7f5eSAndroid Build Coastguard Worker    sdk_version: "current",
14*344a7f5eSAndroid Build Coastguard Worker    min_sdk_version: "19",
15*344a7f5eSAndroid Build Coastguard Worker    static_libs: [
16*344a7f5eSAndroid Build Coastguard Worker        "android-support-annotations",
17*344a7f5eSAndroid Build Coastguard Worker        "android-support-compat",
18*344a7f5eSAndroid Build Coastguard Worker        "android-support-core-ui",
19*344a7f5eSAndroid Build Coastguard Worker        "android-support-core-utils",
20*344a7f5eSAndroid Build Coastguard Worker        "android-support-fragment",
21*344a7f5eSAndroid Build Coastguard Worker        "android-support-transition",
22*344a7f5eSAndroid Build Coastguard Worker        "android-support-v7-appcompat",
23*344a7f5eSAndroid Build Coastguard Worker        "android-support-v7-cardview",
24*344a7f5eSAndroid Build Coastguard Worker        "android-support-v7-recyclerview",
25*344a7f5eSAndroid Build Coastguard Worker    ],
26*344a7f5eSAndroid Build Coastguard Worker}
27*344a7f5eSAndroid Build Coastguard Worker
28*344a7f5eSAndroid Build Coastguard Workerandroid_library {
29*344a7f5eSAndroid Build Coastguard Worker    name: "android-support-design",
30*344a7f5eSAndroid Build Coastguard Worker    sdk_version: "current",
31*344a7f5eSAndroid Build Coastguard Worker    min_sdk_version: "19",
32*344a7f5eSAndroid Build Coastguard Worker    manifest: "manifests/android-support-design/AndroidManifest.xml",
33*344a7f5eSAndroid Build Coastguard Worker    static_libs: [
34*344a7f5eSAndroid Build Coastguard Worker        "android-support-design-nodeps",
35*344a7f5eSAndroid Build Coastguard Worker        "android-support-annotations",
36*344a7f5eSAndroid Build Coastguard Worker        "android-support-compat",
37*344a7f5eSAndroid Build Coastguard Worker        "android-support-core-ui",
38*344a7f5eSAndroid Build Coastguard Worker        "android-support-core-utils",
39*344a7f5eSAndroid Build Coastguard Worker        "android-support-fragment",
40*344a7f5eSAndroid Build Coastguard Worker        "android-support-transition",
41*344a7f5eSAndroid Build Coastguard Worker        "android-support-v7-appcompat",
42*344a7f5eSAndroid Build Coastguard Worker        "android-support-v7-cardview",
43*344a7f5eSAndroid Build Coastguard Worker        "android-support-v7-recyclerview",
44*344a7f5eSAndroid Build Coastguard Worker    ],
45*344a7f5eSAndroid Build Coastguard Worker    java_version: "1.7",
46*344a7f5eSAndroid Build Coastguard Worker}
47*344a7f5eSAndroid Build Coastguard Worker
48*344a7f5eSAndroid Build Coastguard Workerandroid_library_import {
49*344a7f5eSAndroid Build Coastguard Worker    name: "flexbox-nodeps",
50*344a7f5eSAndroid Build Coastguard Worker    aars: ["repository/com/google/android/flexbox/0.3.2/flexbox-0.3.2.aar"],
51*344a7f5eSAndroid Build Coastguard Worker    sdk_version: "current",
52*344a7f5eSAndroid Build Coastguard Worker    static_libs: [
53*344a7f5eSAndroid Build Coastguard Worker    ],
54*344a7f5eSAndroid Build Coastguard Worker    jetifier: true,
55*344a7f5eSAndroid Build Coastguard Worker}
56*344a7f5eSAndroid Build Coastguard Worker
57*344a7f5eSAndroid Build Coastguard Workerandroid_library {
58*344a7f5eSAndroid Build Coastguard Worker    name: "flexbox",
59*344a7f5eSAndroid Build Coastguard Worker    sdk_version: "current",
60*344a7f5eSAndroid Build Coastguard Worker    manifest: "manifests/flexbox/AndroidManifest.xml",
61*344a7f5eSAndroid Build Coastguard Worker    static_libs: [
62*344a7f5eSAndroid Build Coastguard Worker        "flexbox-nodeps",
63*344a7f5eSAndroid Build Coastguard Worker    ],
64*344a7f5eSAndroid Build Coastguard Worker    java_version: "1.7",
65*344a7f5eSAndroid Build Coastguard Worker}
66*344a7f5eSAndroid Build Coastguard Worker
67