diff --git a/android/config.go b/android/config.go index 9579256ee..196df5585 100644 --- a/android/config.go +++ b/android/config.go @@ -360,14 +360,6 @@ 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] { diff --git a/root.bp b/root.bp index c4f2d573b..4b03cf14f 100644 --- a/root.bp +++ b/root.bp @@ -6,7 +6,6 @@ subdirs = [ ] optional_subdirs = [ - "art", "bionic", "build/kati", "build/tools/*",