blob: aa6123f5a9834851c9a37c9dee48d1c962e05f8c [file] [log] [blame]
android_library {
name: "WallpaperSharedLib",
srcs: [
"*.java",
"I*.aidl",
],
// Enforce that the library is built against java 8 so that there are
// no compatibility issues with launcher
java_version: "1.8",
}