Loading core/tests/ddm/Android.bp 0 → 100644 +32 −0 Original line number Diff line number Diff line // // Copyright (C) 2023 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // java_test_host { name: "frameworks-base-ddm-unittests", srcs: [ "java/android/os/DdmSyncStateTest.java", ":framework-android-os-unit-testable-src", ], static_libs: [ "junit", ], test_options: { unit_test: true, }, test_suites: [ "cts", ], } tests/utils/testutils/java/android/os/test/DdmSyncStateTest.java→core/tests/ddm/java/android/os/DdmSyncStateTest.java +0 −0 File moved. View file tests/utils/testutils/Android.bp +0 −14 Original line number Diff line number Diff line Loading @@ -41,17 +41,3 @@ java_library { "mockito-target-extended-minus-junit4", ], } java_test_host { name: "frameworks-base-android-os-unittests", srcs: [ ":framework-android-os-unit-testable-src", "java/android/os/test/DdmSyncStateTest.java", ], static_libs: [ "junit", ], test_options: { unit_test: true, }, } Loading
core/tests/ddm/Android.bp 0 → 100644 +32 −0 Original line number Diff line number Diff line // // Copyright (C) 2023 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // java_test_host { name: "frameworks-base-ddm-unittests", srcs: [ "java/android/os/DdmSyncStateTest.java", ":framework-android-os-unit-testable-src", ], static_libs: [ "junit", ], test_options: { unit_test: true, }, test_suites: [ "cts", ], }
tests/utils/testutils/java/android/os/test/DdmSyncStateTest.java→core/tests/ddm/java/android/os/DdmSyncStateTest.java +0 −0 File moved. View file
tests/utils/testutils/Android.bp +0 −14 Original line number Diff line number Diff line Loading @@ -41,17 +41,3 @@ java_library { "mockito-target-extended-minus-junit4", ], } java_test_host { name: "frameworks-base-android-os-unittests", srcs: [ ":framework-android-os-unit-testable-src", "java/android/os/test/DdmSyncStateTest.java", ], static_libs: [ "junit", ], test_options: { unit_test: true, }, }