Rename SDK_VERSION_O to SDK_VERSION
Test: make RunSettingsRoboTests -j40 Change-Id: I6715062d8addadda441e32809db1af55f15e3a90
This commit is contained in:
@@ -23,11 +23,6 @@ import android.os.Build;
|
||||
*/
|
||||
public class TestConfig {
|
||||
|
||||
/**
|
||||
* @deprecated New tests should use {@link #SDK_VERSION_O}
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int SDK_VERSION = 23;
|
||||
public static final int SDK_VERSION_O = Build.VERSION_CODES.O;
|
||||
public static final int SDK_VERSION = Build.VERSION_CODES.O;
|
||||
public static final String MANIFEST_PATH = "packages/apps/Settings/AndroidManifest.xml";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user