commit | bba378e87c0bf7b8d6089b7446d628efaae1bb46 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Wed Aug 22 12:50:26 2018 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Wed Aug 22 13:03:57 2018 -0700 |
tree | 5212cdce95bd8be2f3b70f4e7f2daa8587afcdb2 | |
parent | ab4c55f6d41b7d073ea980ac760685190ad110c8 [diff] [blame] |
Restricting the shared lib to java 7 Bug: 112849320 Test: Verified launcher works fine with the new jar Change-Id: Ibfbc4e53f879894ada134c227e212e3e23c49ea6
diff --git a/packages/SystemUI/shared/Android.bp b/packages/SystemUI/shared/Android.bp index 0fb1200..eb71698 100644 --- a/packages/SystemUI/shared/Android.bp +++ b/packages/SystemUI/shared/Android.bp
@@ -20,6 +20,9 @@ "src/**/I*.aidl", ], + // Enforce that the library is build agains java 7 so that there are + // no compatibility issues with launcher + java_version: "1.7", } android_app {