Merge "Instrument the java_sdk_library implementation library"
This commit is contained in:
@@ -1088,9 +1088,12 @@ func (module *SdkLibrary) createImplLibrary(mctx android.DefaultableHookContext)
|
|||||||
props := struct {
|
props := struct {
|
||||||
Name *string
|
Name *string
|
||||||
Visibility []string
|
Visibility []string
|
||||||
|
Instrument bool
|
||||||
}{
|
}{
|
||||||
Name: proptools.StringPtr(module.implLibraryModuleName()),
|
Name: proptools.StringPtr(module.implLibraryModuleName()),
|
||||||
Visibility: module.sdkLibraryProperties.Impl_library_visibility,
|
Visibility: module.sdkLibraryProperties.Impl_library_visibility,
|
||||||
|
// Set the instrument property to ensure it is instrumented when instrumentation is required.
|
||||||
|
Instrument: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
properties := []interface{}{
|
properties := []interface{}{
|
||||||
|
Reference in New Issue
Block a user