Set min_sdk_version for SystemUISharedLib

Set min_sdk_version so that the manifest cant be merged into
Launcher3 when it is converted to Android.bp.

Test: mmma packages/apps/Launcher3
Change-Id: I28543d4be54aa789fbb452be005373239e1e0a6e
This commit is contained in:
Colin Cross
2019-09-17 16:00:21 -07:00
parent b0e6033182
commit 6afa62024a

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