Loading android/module.go +4 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,10 @@ type commonProperties struct { } type hostAndDeviceProperties struct { // If set to true, build a variant of the module for the host. Defaults to false. Host_supported *bool // If set to true, build a variant of the module for the device. Defaults to true. Device_supported *bool } Loading Loading
android/module.go +4 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,10 @@ type commonProperties struct { } type hostAndDeviceProperties struct { // If set to true, build a variant of the module for the host. Defaults to false. Host_supported *bool // If set to true, build a variant of the module for the device. Defaults to true. Device_supported *bool } Loading