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

Commit dfee1bcf authored by Colin Cross's avatar Colin Cross
Browse files

Rename to cc_prebuilts_library_shared

Rename cc_prebuilts_shared_library to cc_prebuilts_library_shared
to match cc_library_shared.

Test: builds
Change-Id: I2f48263c3a0830a99ace4e2374de4a702d48c2e4
parent c3e7fa65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import (
)

func init() {
	android.RegisterModuleType("cc_prebuilt_shared_library", prebuiltSharedLibraryFactory)
	android.RegisterModuleType("cc_prebuilt_library_shared", prebuiltSharedLibraryFactory)
}

type prebuiltLinkerInterface interface {