diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-03-07 00:01:02 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-03-07 00:01:02 +0000 |
commit | e695923cbaf1193fa760637d2254ff6fc993ea84 (patch) | |
tree | 6efa067739333e9a2134b2846514ecf266a2e932 /java/java_test.go | |
parent | d5e8fcefee56ea65e5a2575e4d0ca0488d472e5d (diff) | |
parent | 381bd33c04a5a37f4afc68f3f792abbe55ceeca3 (diff) |
Snap for 7189849 from 381bd33c04a5a37f4afc68f3f792abbe55ceeca3 to sc-release
Change-Id: I7f9d41f8bd884134fa45a64b0626029023ace574
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go index bb51ebc3d..911265532 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -25,6 +25,7 @@ import ( "strings" "testing" + "android/soong/genrule" "github.com/google/blueprint/proptools" "android/soong/android" @@ -79,6 +80,8 @@ func testContext(config android.Config) *android.TestContext { android.RegisterPrebuiltMutators(ctx) + genrule.RegisterGenruleBuildComponents(ctx) + // Register module types and mutators from cc needed for JNI testing cc.RegisterRequiredBuildComponentsForTest(ctx) |