Merge "Suppress deprecation warnings in LegacyTypeTrackerTest." am: 8d55b55f60 am: 2911ce534e am: da847627ad

Change-Id: Ibef6fdbb24e7f8c46d925089acacefae3074541f
This commit is contained in:
Treehugger Robot
2020-05-21 08:45:51 +00:00
committed by Automerger Merge Worker

View File

@@ -14,6 +14,11 @@
* limitations under the License.
*/
// Don't warn about deprecated types anywhere in this test, because LegacyTypeTracker's very reason
// for existence is to power deprecated APIs. The annotation has to apply to the whole file because
// otherwise warnings will be generated by the imports of deprecated constants like TYPE_xxx.
@file:Suppress("DEPRECATION")
package com.android.server
import android.net.ConnectivityManager.TYPE_ETHERNET