summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/room/room-testing/2.7.0-alpha01/Android.bp
blob: fe4041966d10b6fe44edc5d0e6b5bae99a39d5df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
// This is a generated file. Do not modify directly.

// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS.  PLEASE
//     CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
//     DEPENDING ON IT IN YOUR PROJECT. ***
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "prebuilts_sdk_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    //   SPDX-license-identifier-OFL (by exception only)
    //   SPDX-license-identifier-Unicode-DFS
    default_applicable_licenses: ["prebuilts_sdk_license"],
}

android_library_import {
    name: "androidx.room_room-testing-nodeps",
    aars: ["room-testing-2.7.0-alpha01.aar"],
    sdk_version: "31",
    apex_available: [
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
    min_sdk_version: "19",
    static_libs: [
        "androidx.arch.core_core-runtime",
        "androidx.room_room-common",
        "androidx.room_room-migration",
        "androidx.room_room-runtime",
        "androidx.sqlite_sqlite",
        "androidx.sqlite_sqlite-framework",
        "junit",
    ],
}

android_library {
    name: "androidx.room_room-testing",
    sdk_version: "31",
    apex_available: [
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
    min_sdk_version: "19",
    manifest: "manifest/AndroidManifest.xml",
    static_libs: [
        "androidx.room_room-testing-nodeps",
        "androidx.arch.core_core-runtime",
        "androidx.room_room-common",
        "androidx.room_room-migration",
        "androidx.room_room-runtime",
        "androidx.sqlite_sqlite",
        "androidx.sqlite_sqlite-framework",
        "junit",
    ],
    java_version: "1.7",
}