`Parcelling` under Ravenwood.
General-purpose library code, along with tests. Part of preparing
to onboard `PackageManager` info objects.
Bug: 292141694
Test: atest InternalTestsRavenwood
Change-Id: Idc0000151cac14bc03b4ca9bfa3000d582ee1602
diff --git a/tests/Internal/Android.bp b/tests/Internal/Android.bp
index ddec8fa..a487799 100644
--- a/tests/Internal/Android.bp
+++ b/tests/Internal/Android.bp
@@ -27,3 +27,16 @@
platform_apis: true,
test_suites: ["device-tests"],
}
+
+android_ravenwood_test {
+ name: "InternalTestsRavenwood",
+ static_libs: [
+ "androidx.annotation_annotation",
+ "androidx.test.rules",
+ "platform-test-annotations",
+ ],
+ srcs: [
+ "src/com/android/internal/util/ParcellingTests.java",
+ ],
+ auto_gen_config: true,
+}