Add art
Change-Id: I557c86d2282178d215ea17abb71e556bdc4ba722
This commit is contained in:
parent
a120ec1c5e
commit
f7288f3906
2 changed files with 9 additions and 0 deletions
|
@ -360,6 +360,14 @@ func (c *config) Android64() bool {
|
|||
return false
|
||||
}
|
||||
|
||||
func (c *config) LibartImgHostBaseAddress() string {
|
||||
return "0x60000000"
|
||||
}
|
||||
|
||||
func (c *config) LibartImgDeviceBaseAddress() string {
|
||||
return "0x70000000"
|
||||
}
|
||||
|
||||
func (c *deviceConfig) Arches() []Arch {
|
||||
var arches []Arch
|
||||
for _, target := range c.config.Targets[Device] {
|
||||
|
|
1
root.bp
1
root.bp
|
@ -6,6 +6,7 @@ subdirs = [
|
|||
]
|
||||
|
||||
optional_subdirs = [
|
||||
"art",
|
||||
"bionic",
|
||||
"build/kati",
|
||||
"build/tools/*",
|
||||
|
|
Loading…
Reference in a new issue