diff options
author | 2024-11-21 23:26:02 +0000 | |
---|---|---|
committer | 2024-11-21 23:26:02 +0000 | |
commit | b870b936ca774ef624939cc06c4113421d065032 (patch) | |
tree | 118d2f330638d2fdc8b94c140427fbeec0159695 /ravenwood/junit-stub-src | |
parent | bf99335670cabe787dacb208c79b583ae509c6ca (diff) |
[Ravenwood] Decouple environment setup from RavenwoodConfig
- Also deprecate RavenwoodRule.setServicesRequired so that RavenwoodRule
is only used for setting system properties.
Flag: EXEMPT host test change only
Bug: 377765941
Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh
Change-Id: Id7ca551bd797e786f2d71777eb9f972fb5fb6c88
Diffstat (limited to 'ravenwood/junit-stub-src')
-rw-r--r-- | ravenwood/junit-stub-src/android/platform/test/ravenwood/RavenwoodConfigState.java | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ravenwood/junit-stub-src/android/platform/test/ravenwood/RavenwoodConfigState.java b/ravenwood/junit-stub-src/android/platform/test/ravenwood/RavenwoodConfigState.java deleted file mode 100644 index 7d3d8b9f7974..000000000000 --- a/ravenwood/junit-stub-src/android/platform/test/ravenwood/RavenwoodConfigState.java +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (C) 2024 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. - */ -package android.platform.test.ravenwood; - -/** Stub class. The actual implementation is in junit-impl-src. */ -public class RavenwoodConfigState { - public RavenwoodConfigState(RavenwoodConfig config) { - } -} |