Merge "Merge "Set min_sdk_version for SystemUISharedLib" am: ce2417fa9c" into stage-aosp-master am: 0bda334b4f

am: 1918e5cb87

Change-Id: I81f2cb5421671c310d01819b375ff3866dc6046e
This commit is contained in:
Colin Cross
2019-09-25 15:30:58 -07:00
committed by android-build-merger

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