Loading core/tests/systemproperties/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -14,9 +14,9 @@ android_test { dxflags: ["--core-library"], static_libs: [ "android-common", "frameworks-core-util-lib", "androidx.test.rules", "androidx.test.ext.junit", "frameworks-core-util-lib", "ravenwood-junit", ], libs: [ Loading core/tests/systemproperties/src/android/os/SystemPropertiesTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,8 @@ import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import android.platform.test.ravenwood.RavenwoodRule; import android.test.suitebuilder.annotation.SmallTest; import androidx.test.filters.SmallTest; import org.junit.Rule; import org.junit.Test; Loading Loading
core/tests/systemproperties/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -14,9 +14,9 @@ android_test { dxflags: ["--core-library"], static_libs: [ "android-common", "frameworks-core-util-lib", "androidx.test.rules", "androidx.test.ext.junit", "frameworks-core-util-lib", "ravenwood-junit", ], libs: [ Loading
core/tests/systemproperties/src/android/os/SystemPropertiesTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,8 @@ import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import android.platform.test.ravenwood.RavenwoodRule; import android.test.suitebuilder.annotation.SmallTest; import androidx.test.filters.SmallTest; import org.junit.Rule; import org.junit.Test; Loading