diff options
| author | Yu Liu <yudiliu@google.com> | 2023-09-19 15:09:10 -0700 |
|---|---|---|
| committer | Yu Liu <yudiliu@google.com> | 2023-10-02 15:04:19 -0700 |
| commit | f2b94010c863fc5e51332e70a5362389bbd27c42 (patch) | |
| tree | fa66a3393941504e8fa653486b9c45f1715eaf8b /java/generated_java_library_test.go | |
| parent | dec9ce6693cd21c4fb765206c2bd1d72c6b736f3 (diff) | |
Convert java_aconfig_library to bazel.
Bug: 297357579
Test: Unit test and AconfigJavaHostTest
Change-Id: Icf944cc0b2a7382107923d49b2d2ff0eb4113638
Diffstat (limited to 'java/generated_java_library_test.go')
| -rw-r--r-- | java/generated_java_library_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/generated_java_library_test.go b/java/generated_java_library_test.go index 7f52fd108..7fbbfee22 100644 --- a/java/generated_java_library_test.go +++ b/java/generated_java_library_test.go @@ -41,6 +41,9 @@ func (callbacks *JavaGenLibTestCallbacks) GenerateSourceJarBuildActions(module * return android.PathForOutput(ctx, "blah.srcjar") } +func (callbacks *JavaGenLibTestCallbacks) Bp2build(ctx android.Bp2buildMutatorContext, module *GeneratedJavaLibraryModule) { +} + func testGenLib(t *testing.T, errorHandler android.FixtureErrorHandler, bp string) *android.TestResult { return android.GroupFixturePreparers( PrepareForIntegrationTestWithJava, |
