Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b44e147 authored by Ryan Mitchell's avatar Ryan Mitchell
Browse files

Add SystemConfigTest to presubmit

Bug: 138458609
Test: atest
Change-Id: Id5b114559ec3db3d96c3a1e963b329d3f2d7284e
parent 2779c6c7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.server.systemconfig;

import static org.junit.Assert.assertEquals;

import android.platform.test.annotations.Presubmit;
import android.util.ArrayMap;
import android.util.ArraySet;
import android.util.Log;
@@ -48,8 +49,9 @@ import java.util.Set;
 * Build/Install/Run:
 *  atest FrameworksServicesTests:SystemConfigTest
 */
@RunWith(AndroidJUnit4.class)
@SmallTest
@Presubmit
@RunWith(AndroidJUnit4.class)
public class SystemConfigTest {
    private static final String LOG_TAG = "SystemConfigTest";