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

am: 0bda334b4f

Change-Id: I5bf5a3f4c6278d0aabf671474d549734cf128356
This commit is contained in:
Colin Cross
2019-09-25 15:21:36 -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",
}