diff options
Diffstat (limited to 'packages/SystemUI/shared/Android.bp')
-rw-r--r-- | packages/SystemUI/shared/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/shared/Android.bp b/packages/SystemUI/shared/Android.bp index 31a538c65dea..447181813888 100644 --- a/packages/SystemUI/shared/Android.bp +++ b/packages/SystemUI/shared/Android.bp @@ -27,4 +27,6 @@ android_library { // Enforce that the library is built against java 7 so that there are // no compatibility issues with launcher java_version: "1.7", + + min_sdk_version: "26", } |