summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-24 06:12:07 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-24 06:12:07 +0000
commitd9e118e321c9049efca78efd5cc6bcaee159f00f (patch)
treee7cdfdf680252ea8a3c678d846ff39497b175bad
parent374e998971435c076feceb996ef55e278158f8cb (diff)
parent4a0e45324eaed6ef9c3760c7e484f17dcfc12385 (diff)
downloadcts-d9e118e321c9049efca78efd5cc6bcaee159f00f.tar.gz
Merge cherrypicks of [3116469, 3116470, 3116074, 3116075, 3116498, 3116499, 3117095, 3115988, 3116845, 3116471, 3116500, 3116573, 3115989, 3116501, 3116076, 3116472] into oc-mr1-release
Change-Id: I031465fcab4b4cdec462ffac9d54b28403a7a7f7
-rw-r--r--hostsidetests/security/src/android/security/cts/SELinuxHostTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java b/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
index 54f1a9273bf..fb0978890c7 100644
--- a/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
+++ b/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
@@ -267,7 +267,7 @@ public class SELinuxHostTest extends DeviceTestCase implements IBuildReceiver, I
*/
public static boolean isFullTrebleDevice(ITestDevice device)
throws DeviceNotAvailableException {
- return PropertyUtil.getFirstApiLevel(device) > 25;
+ return PropertyUtil.getFirstApiLevel(device) > 26;
}
private boolean isFullTrebleDevice() throws DeviceNotAvailableException {