diff options
author | 2024-05-16 15:44:38 -0700 | |
---|---|---|
committer | 2024-05-20 09:37:06 -0700 | |
commit | 5b1f7008ab8d985b7292eecb7a1e47e2c10031fb (patch) | |
tree | a490023391776f463a6dd9d85697692594091945 /ravenwood/junit-stub-src | |
parent | 976da2d6a1a414dd8752bdd06eb26b81d3291dee (diff) |
[Ravenwood] Internal clean up, more PFD APIs, OsConstants, etc
- Support a few more ParcelFileDescriptor APIs.
- Support OsConstants and a couple of Os APIs.
- Also clean up f/b/ravenwood. Now we have "runtime-common" library
that can be used from different components of Ravenwood infra,
with native code support.
Bug: 292141694
Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh
Test: CtsOsTestCases (on tree hugger)
Change-Id: Ia06873114e80e9dd309d2cf077b208aaa7396542
Diffstat (limited to 'ravenwood/junit-stub-src')
-rw-r--r-- | ravenwood/junit-stub-src/android/platform/test/ravenwood/RavenwoodRuleImpl.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ravenwood/junit-stub-src/android/platform/test/ravenwood/RavenwoodRuleImpl.java b/ravenwood/junit-stub-src/android/platform/test/ravenwood/RavenwoodRuleImpl.java index 773a89a3df4d..483b98a96034 100644 --- a/ravenwood/junit-stub-src/android/platform/test/ravenwood/RavenwoodRuleImpl.java +++ b/ravenwood/junit-stub-src/android/platform/test/ravenwood/RavenwoodRuleImpl.java @@ -20,10 +20,6 @@ import org.junit.runner.Description; import org.junit.runners.model.Statement; public class RavenwoodRuleImpl { - public static boolean isOnRavenwood() { - return false; - } - public static void init(RavenwoodRule rule) { // No-op when running on a real device } |