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
This commit is contained in:
parent
c3e7fa65b4
commit
dfee1bcf43
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
android.RegisterModuleType("cc_prebuilt_shared_library", prebuiltSharedLibraryFactory)
|
||||
android.RegisterModuleType("cc_prebuilt_library_shared", prebuiltSharedLibraryFactory)
|
||||
}
|
||||
|
||||
type prebuiltLinkerInterface interface {
|
||||
|
|
Loading…
Reference in a new issue