Loading packages/SystemUI/plugin_core/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -16,4 +16,8 @@ java_library { sdk_version: "current", name: "PluginCoreLib", srcs: ["src/**/*.java"], // Enforce that the library is built against java 8 so that there are // no compatibility issues with launcher java_version: "1.8", } Loading
packages/SystemUI/plugin_core/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -16,4 +16,8 @@ java_library { sdk_version: "current", name: "PluginCoreLib", srcs: ["src/**/*.java"], // Enforce that the library is built against java 8 so that there are // no compatibility issues with launcher java_version: "1.8", }