Merge "Set min_sdk_version for SystemUISharedLib"

This commit is contained in:
Treehugger Robot
2019-09-25 21:51:21 +00:00
committed by Gerrit Code Review

View File

@@ -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",
}