• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This is a generated file. Do not modify directly.
2
3// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS.  PLEASE
4//     CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
5//     DEPENDING ON IT IN YOUR PROJECT. ***
6package {
7    // See: http://go/android-license-faq
8    // A large-scale-change added 'default_applicable_licenses' to import
9    // all of the 'license_kinds' from "prebuilts_sdk_license"
10    // to get the below license kinds:
11    //   SPDX-license-identifier-Apache-2.0
12    //   SPDX-license-identifier-OFL (by exception only)
13    //   SPDX-license-identifier-Unicode-DFS
14    default_applicable_licenses: ["prebuilts_sdk_license"],
15}
16
17java_import_host {
18    name: "androidx.room_room-compiler-processing",
19    jars: ["room-compiler-processing-2.8.0-alpha01.jar"],
20    static_libs: [
21        "auto_common",
22        "auto_value_annotations",
23        "guava",
24        "javapoet",
25        "jspecify",
26        "kotlin-stdlib-jdk8",
27        "kotlinpoet",
28        "kotlinpoet-javapoet",
29        "kotlin_metadata_jvm",
30        "symbol-processing-api",
31    ],
32}
33