Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 333cb9ea authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Instrument the java_sdk_library implementation library"

parents b758a378 296cf331
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1088,9 +1088,12 @@ func (module *SdkLibrary) createImplLibrary(mctx android.DefaultableHookContext)
	props := struct {
		Name       *string
		Visibility []string
		Instrument bool
	}{
		Name:       proptools.StringPtr(module.implLibraryModuleName()),
		Visibility: module.sdkLibraryProperties.Impl_library_visibility,
		// Set the instrument property to ensure it is instrumented when instrumentation is required.
		Instrument: true,
	}

	properties := []interface{}{