Merge "Add min_sdk_version to com.android.phone.common-lib" am: 94b334ac0f am: cd036e81b2

Change-Id: I3eb97f19148fd87eac612daf589376f445a1b704
diff --git a/Android.bp b/Android.bp
index 4a09c01..f58aaf0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,10 +19,11 @@
     sdk_version: "current",
 }
 
-// Build a static library for use in TeleService
+// Build a static library for use in TeleService and Contacts
 android_library {
     name: "com.android.phone.common-lib",
     srcs: ["src/**/*.java"],
     resource_dirs: ["res"],
     sdk_version: "current",
-}
\ No newline at end of file
+    min_sdk_version: "21",
+}