Add art
am: 0f4e0d6c5d
Change-Id: I6ce9d9b328b0c8b401a299c6f25834fbee93c86a
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