Merge changes from topic "tvts-test-host-jni"

* changes:
  Add jni_libs property to java tests
  Add Target to cc.SharedLibraryInfo
This commit is contained in:
Treehugger Robot
2021-04-17 04:35:24 +00:00
committed by Gerrit Code Review
9 changed files with 67 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ func HeaderDepTag() blueprint.DependencyTag {
type SharedLibraryInfo struct {
SharedLibrary android.Path
UnstrippedSharedLibrary android.Path
Target android.Target
TableOfContents android.OptionalPath
CoverageSharedLibrary android.OptionalPath