Add android_ravenwood_test build rule

Modeled after android_robolectric_test.

Bug: 292141694
Test: m nothing --no-skip-soong-tests
Test: m hoststubgen ravenwood-runtime tradefed atest && atest-dev HostStubGenTest-framework-test
Change-Id: Ibef8953db45b86264c8a827868793b42f8f2d6ab
This commit is contained in:
Makoto Onuki
2023-10-20 10:42:47 -07:00
committed by Jeff Sharkey
parent 6eee61b191
commit 32eb1338f0
5 changed files with 324 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ bootstrap_go_package {
"plugin.go",
"prebuilt_apis.go",
"proto.go",
"ravenwood.go",
"resourceshrinker.go",
"robolectric.go",
"rro.go",
@@ -106,6 +107,7 @@ bootstrap_go_package {
"plugin_test.go",
"prebuilt_apis_test.go",
"proto_test.go",
"ravenwood_test.go",
"resourceshrinker_test.go",
"rro_test.go",
"sdk_test.go",