Remove deviceProperties from BinaryHostFactory
java_binary_host should not include the device-only properties. Test: m checkbuild Change-Id: Ief6b0a0e98310f7a4f3684c4632f618d73f10bdd
This commit is contained in:
parent
eacf1a6e85
commit
559795114d
|
@ -1270,7 +1270,6 @@ func BinaryHostFactory() android.Module {
|
|||
|
||||
module.AddProperties(
|
||||
&module.Module.properties,
|
||||
&module.Module.deviceProperties,
|
||||
&module.Module.protoProperties,
|
||||
&module.binaryProperties)
|
||||
|
||||
|
|
Loading…
Reference in New Issue