Allow proto properties in cc/java_defaults
am: 6424d17a2d
Change-Id: Ib2a8944fcc173ca2a03c0cd768ec1e5816bd9391
This commit is contained in:
1
cc/cc.go
1
cc/cc.go
@@ -1423,6 +1423,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
|
|||||||
&VndkProperties{},
|
&VndkProperties{},
|
||||||
<OProperties{},
|
<OProperties{},
|
||||||
&PgoProperties{},
|
&PgoProperties{},
|
||||||
|
&android.ProtoProperties{},
|
||||||
)
|
)
|
||||||
|
|
||||||
android.InitDefaultsModule(module)
|
android.InitDefaultsModule(module)
|
||||||
|
@@ -1280,6 +1280,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
|
|||||||
module.AddProperties(
|
module.AddProperties(
|
||||||
&CompilerProperties{},
|
&CompilerProperties{},
|
||||||
&CompilerDeviceProperties{},
|
&CompilerDeviceProperties{},
|
||||||
|
&android.ProtoProperties{},
|
||||||
)
|
)
|
||||||
|
|
||||||
android.InitDefaultsModule(module)
|
android.InitDefaultsModule(module)
|
||||||
|
Reference in New Issue
Block a user