Removed Bluetooth build variables from the soong build parser
am: ee8e7a7a2c
Change-Id: Iad836fd6e45f78b0af4fc2e28743db0fdd2e6390
This commit is contained in:
@@ -471,11 +471,3 @@ func (c *deviceConfig) VndkVersion() string {
|
||||
func (c *deviceConfig) BtConfigIncludeDir() string {
|
||||
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"`
|
||||
|
||||
BtConfigIncludeDir *string `json:",omitempty"`
|
||||
BtHcilpIncluded *string `json:",omitempty"`
|
||||
BtHciUseMct *bool `json:",omitempty"`
|
||||
}
|
||||
|
||||
func boolPtr(v bool) *bool {
|
||||
|
Reference in New Issue
Block a user