Removed Bluetooth build variables from the soong build parser
am: ee8e7a7a2c
Change-Id: Iad836fd6e45f78b0af4fc2e28743db0fdd2e6390
This commit is contained in:
commit
405b958886
2 changed files with 0 additions and 10 deletions
|
@ -471,11 +471,3 @@ func (c *deviceConfig) VndkVersion() string {
|
||||||
func (c *deviceConfig) BtConfigIncludeDir() string {
|
func (c *deviceConfig) BtConfigIncludeDir() string {
|
||||||
return String(c.config.ProductVariables.BtConfigIncludeDir)
|
return String(c.config.ProductVariables.BtConfigIncludeDir)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *deviceConfig) BtHcilpIncluded() string {
|
|
||||||
return String(c.config.ProductVariables.BtHcilpIncluded)
|
|
||||||
}
|
|
||||||
|
|
||||||
func (c *deviceConfig) BtHciUseMct() bool {
|
|
||||||
return Bool(c.config.ProductVariables.BtHciUseMct)
|
|
||||||
}
|
|
||||||
|
|
|
@ -141,8 +141,6 @@ type productVariables struct {
|
||||||
ArtUseReadBarrier *bool `json:",omitempty"`
|
ArtUseReadBarrier *bool `json:",omitempty"`
|
||||||
|
|
||||||
BtConfigIncludeDir *string `json:",omitempty"`
|
BtConfigIncludeDir *string `json:",omitempty"`
|
||||||
BtHcilpIncluded *string `json:",omitempty"`
|
|
||||||
BtHciUseMct *bool `json:",omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func boolPtr(v bool) *bool {
|
func boolPtr(v bool) *bool {
|
||||||
|
|
Loading…
Reference in a new issue