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:
@@ -1270,7 +1270,6 @@ func BinaryHostFactory() android.Module {
|
||||
|
||||
module.AddProperties(
|
||||
&module.Module.properties,
|
||||
&module.Module.deviceProperties,
|
||||
&module.Module.protoProperties,
|
||||
&module.binaryProperties)
|
||||
|
||||
|
Reference in New Issue
Block a user