addCustomFeatureBytes

open fun addCustomFeatureBytes(value: ByteString): ArchitectureInfo.Builder
Custom feature strings associated with this architecture or detected for support; optional field.
repeated string custom_feature = 5;

Return

This builder for chaining.

Parameters

value

The bytes of the customFeature to add.