summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2014-10-16 17:09:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-10-16 17:09:14 +0000
commit82d999a624995f3a52856493dab133ebf10d3d7e (patch)
tree4f091cea739b4934bec77234e5336b5b766bd37f
parent259b37f50807ab4d4ecd376dd4de545a4748297f (diff)
parentd75d6e356711ca16473663ed4631151e3cde59ae (diff)
downloadcts-l-preview.tar.gz
Merge "Fix SELinuxHostTest package structure."android-l-preview_r2l-preview
-rw-r--r--hostsidetests/security/src/android/cts/security/SELinuxHostTest.java (renamed from hostsidetests/security/src/android/security/cts/SELinuxHostTest.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java b/hostsidetests/security/src/android/cts/security/SELinuxHostTest.java
index e2c98fe5718..36d060b53ba 100644
--- a/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
+++ b/hostsidetests/security/src/android/cts/security/SELinuxHostTest.java
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package android.security.cts;
+package android.cts.security;
import com.android.cts.tradefed.build.CtsBuildHelper;
import com.android.ddmlib.Log;