Add art
Re-land I557c86d2282178d215ea17abb71e556bdc4ba722 Change-Id: Ic26e1a6b17569acbfe68b4a219982ce45cecefbd
This commit is contained in:
@@ -360,6 +360,19 @@ func (c *config) Android64() bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *config) LibartImgHostBaseAddress() string {
|
||||||
|
return "0x60000000"
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *config) LibartImgDeviceBaseAddress() string {
|
||||||
|
switch c.Targets[Device][0].Arch.ArchType {
|
||||||
|
default:
|
||||||
|
return "0x70000000"
|
||||||
|
case Mips, Mips64:
|
||||||
|
return "0x30000000"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func (c *deviceConfig) Arches() []Arch {
|
func (c *deviceConfig) Arches() []Arch {
|
||||||
var arches []Arch
|
var arches []Arch
|
||||||
for _, target := range c.config.Targets[Device] {
|
for _, target := range c.config.Targets[Device] {
|
||||||
|
Reference in New Issue
Block a user